I\'m trying to write a timer with tkinter.
And here\'s my class program of timer
class Timer: def __init__(self, root, cv): self.sec = 0 self.s