Commit f7ed4e49 by BellCodeEditor

save project

parent 35b5688d
Showing with 2 additions and 2 deletions
import tkinter
from tkinter import *
alist = ["星期六下午打篮球", "星期天下午和小美一起看电影",
alist = ["星期六下午食雪", "星期天下午",
"12月18日给蒂法过生日", "12.24送妈妈圣诞礼物"]
class Note(): # 便签、笔记
......@@ -41,7 +41,7 @@ class Note(): # 便签、笔记
num = self.v.get()
alist.pop(num)
self.canvas.destroy()
app.show
app.show()
def get_info(self):
info = self.ent.get()
self.ent.delete("0", END)
......
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