Commit 4748657d by BellCodeEditor

save project

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