#Quiz Timer def countd(seconds): global mins mins = seconds while True: m, s = divmod(mins, 60) mins -= 1 global timer timer