Commit c51cdb8a by BellCodeEditor

auto save

parent 654bc3ba
Showing with 14 additions and 0 deletions
import turtle
a=turtle.Pen()
screen=turtle.Screen()
len=int(screen.textinput('画爱心','想要多大的爱心:'))
a.left(45)
a.forward(2*len)
a.circle(len,180)
a.right(90)
a.circle(len,180)
a.forward(2*len)
a.hideturtle()
turtle.done()
\ 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