Commit 817328b9 by BellCodeEditor

auto save

parent c66a449e
Showing with 20 additions and 0 deletions
import turtle
turtle.write("htfhthtfh",font=("times",50,"bold"))
turtle.penup()
turtle.goto(-200,0)
turtle.pendown()
turtle.pensize(20)
turtle.bgcolor("green")
turtle.color("pink","red")
b=int(turtle.textinput("",""))
turtle.begin_fill()
turtle.left(45)
turtle.forward(2*b)
turtle.circle(b,180)
turtle.right(90)
turtle.circle(b,180)
turtle.forward(2*b)
turtle.end_fill()
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