Commit f66c75f0 by BellCodeEditor

save project

parent e00e897f
Showing with 5 additions and 0 deletions
......@@ -38,6 +38,11 @@ class Note(): # 便签、笔记
self.select.place(x=-20,y=self.y-10)
self.val +=1
self.y += 30
def remove(self):
num=self.V.get()
alist.pop(num)
self.canvas.destroy()
app.show()
def get_info(self):
info = self.ent.get()
......
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