Commit 0ad327be by BellCodeEditor

save project

parent 4e9235e6
Showing with 6 additions and 0 deletions
......@@ -39,6 +39,12 @@ class Note(): # 便签、笔记
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()
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