import tkinter as tk
root=tk.Tk()
root.geometry("300x300")
s=0
cs=1
flag=True
def fun():
global s
if flag:
x.set(s)
s+=1
root.after(500,fun)
if s==5:
s=0
de...
中文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《python 击鼓传花》 | 1019字 | 1.8分钟 | 100% | 64 CPM | 18 次 | 0 | 良好,向更快挑战! |
勵誌名言: 这个世界好比一座大熔炉,烧炼出一批又一批品质不同而且和原先的品质也不相同的灵魂。 ——杨绛 | |||||||
您覺的這篇文章怎麽樣,評個分吧,做其他人的指路燈 |