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...
Chinese Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《python 击鼓传花》 | 1019字 | 1.7分钟 | 98% | 111 CPM | 40 次 | 3 | 优秀,成绩不错哦! |
The wrong word this time: t,,,, | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 要放弃什么,要做什么,和完成一件事是一样的,需要的就只是行动和诚意。 ——郁子 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |