Commit 4e9a7936 by BellCodeEditor

save project

parent d342feb7
Showing with 1 additions and 1 deletions
...@@ -41,7 +41,7 @@ class Note(): # 便签、笔记 ...@@ -41,7 +41,7 @@ class Note(): # 便签、笔记
anchor=W, fill='#FF9900') anchor=W, fill='#FF9900')
self.y += 30 self.y += 30
print(1111)
app = Note() app = Note()
app.show() app.show()
app.root.mainloop() app.root.mainloop()
......
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