Commit 2d7031cf by BellCodeEditor

save project

parent 27f67fd2
Showing with 9 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.write("Hi.\n喜欢pythor~\n——悟空"fnot=("times",18,normal))
pen.hideturtle()
turtle.done
\ No newline at end of file
......@@ -4,7 +4,9 @@ class Note():
self.root.title("300x340+1000+200")
self.root.geometry('我的便利签—代办事项')
self.root.resizable(width=False, height=False) # True可以拉伸,False不能拉伸
def remove(self):
num = self.v.get()
ali
......
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