Commit 0b9468d5 by BellCodeEditor

save project

parent c6465668
Showing with 6 additions and 2 deletions
......@@ -30,8 +30,11 @@ class Note(): # 便签、笔记
self.y+=30
def get_info(self):
pass
info=self.ent.get()
if info!="":
alist.append(info)
self.ent.delete("0",END)
self.show()
app = Note()
app.show()
app.root.mainloop()
\ No newline at end of file
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