Commit a3bc5110 by BellCodeEditor

save project

parent 0b445d94
Showing with 5 additions and 2 deletions
......@@ -26,4 +26,7 @@ class Note(): # 便签、笔记
app = Note()
app.show()
root.create_text(self.root,text='星期六下午打篮球')
\ No newline at end of file
for i in range:
Y =20
root.create_text(self.root,text='i',y=Y)
Y += 20
\ 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