I'm unable to iterate the configure of label(python tkinter) . It just waiting and configuring the final iteration value

后端 未结 0 661
余生分开走
余生分开走 2020-12-16 02:27
import tkinter as tk
import time
import winsound

root = tk.Tk()
root.geometry("400x400")
root.title("clock")

def start(n):
    i =m= n*60
    w         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题