Commit 81ec0e7d by BellCodeEditor

save project

parent 3eb5bcda
Showing with 14 additions and 0 deletions
......@@ -46,3 +46,17 @@ app = Note()
app.show()
app.root.mainloop()
def remove(self):
num = self.v.get()
alist.pop(num)
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