3 lines
55 B
Python
Raw Normal View History

class Counter:
def __init__(self, n):
self.int = n