Commit 980e8db3 by BellCodeEditor

save project

parent b048e433
Showing with 1 additions and 6 deletions
......@@ -49,12 +49,7 @@ class Note(): # 便签、笔记
self.select.place(x=0,y=self.y)
self.val+=1
self.y += 30
def get_info(self):
info = self.ent.get()
self.ent.delete("0", END)
if info != "":
alist.append(info)
app = Note()
app.show()
......
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