Commit 0e5de352 by BellCodeEditor

save project

parent 23d2e8f5
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ s=turtle.Screen() ...@@ -4,7 +4,7 @@ s=turtle.Screen()
p.pencolor("light yellow") p.pencolor("light yellow")
s.bgcolor("red") s.bgcolor("red")
p.write("你干嘛~\n嗨嗨哟!",font=("Times",20,"normal")) p.write("你干嘛~\n嗨嗨哟!",font=("Times",20,"normal"))
m=print("输入你想要的大小(输入输字)") input("输入你想要的大小(输入输字)")
p.penup() p.penup()
p.goto(100,100) p.goto(100,100)
p.pendown() p.pendown()
......
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