Task
📝 **Task:** Class \`Counter\` has class variable \`count = 0\`. Each \`__init__\` increments it. After creating 3 Counters, print \`Counter.count\`. Expected: 3
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.