4 lines
57 B
Python
Raw Normal View History

class Counter:
def __init__(self, n):
2017-12-30 12:07:27 -06:00
self.int = n