Commit 46e4908c by BellCodeEditor

save project

parent 90f3a6cc
Showing with 1 additions and 1 deletions
...@@ -42,7 +42,7 @@ class Note(): # 便签、笔记 ...@@ -42,7 +42,7 @@ class Note(): # 便签、笔记
self.val += 1 self.val += 1
self.y += 30 self.y += 30
def get_info(self): def remove(self):
num=self.v.get() num=self.v.get()
alist.pop(num) alist.pop(num)
self.canvas.destroy() self.canvas.destroy()
......
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