Commit 7e81339d by BellCodeEditor

save project

parent 3842620c
Showing with 3 additions and 5 deletions
import turtle
# pen=turtle.Pen
# pen.write("Hi.诺伊~\n用python写电子贺卡真是太有趣~\n我也喜欢py
# pen.hideturtle()
# turtle.done
screen=turtle.Screen()
A=screen.textinput("提示","你要多大爱心")
len=int(A)
pen1=turtle.Pen()
len=70
pen1.left(45)
pen1.forward(2*len)
pen1.circle(len,180)
......
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