3 lines
No EOL
75 B
Text
3 lines
No EOL
75 B
Text
class Counter:
|
|
def increment(self):
|
|
self.count = self.count + 1 |