Commit 17405b22 by BellCodeEditor

auto save

parent 39bdb55e
Showing with 3 additions and 4 deletions
import tkinter import tkinter
alist = ["星期六下午打篮球", "星期天下午和小美一起看电影", alist = ["星期六下午打篮球", "星期天下午和小美一起看电影", "12月18日给蒂法过生日","12.24送妈妈圣诞礼物"]
"12月18日给蒂法过生日","12.24送妈妈圣诞礼物"]
class Note(): # 便签、笔记 class Note(): # 便签、笔记
def __init__(self): def __init__(self):
...@@ -25,4 +24,5 @@ class Note(): # 便签、笔记 ...@@ -25,4 +24,5 @@ class Note(): # 便签、笔记
app = Note() app = Note()
app.show() app.show()
app.root.mainloop() app.root.mainloop()
\ No newline at end of file #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