Commit 17405b22 by BellCodeEditor

auto save

parent 39bdb55e
Showing with 3 additions and 4 deletions
import tkinter
alist = ["星期六下午打篮球", "星期天下午和小美一起看电影",
"12月18日给蒂法过生日","12.24送妈妈圣诞礼物"]
alist = ["星期六下午打篮球", "星期天下午和小美一起看电影", "12月18日给蒂法过生日","12.24送妈妈圣诞礼物"]
class Note(): # 便签、笔记
def __init__(self):
......@@ -25,4 +24,5 @@ class Note(): # 便签、笔记
app = Note()
app.show()
app.root.mainloop()
\ No newline at end of file
app.root.mainloop()
#2021-05-23 19:25
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment