Commit 8164834a by BellCodeEditor

save project

parent ef4f1df8
Showing with 4 additions and 20 deletions
import turtle import turtle
screen = turtle.Screen() sc = turtle.Screen()
screen.bgcolor("pink") var = sc.textinput("121","hello")
len =60 print(var)
pen = turtle.Pen() \ No newline at end of file
pen.begin_fill()
pen.left(90)
pen.circle(len, 180)
pen.left(180)
pen.circle(len, 180)
pen.left(45)
pen.forward(len*2+50)
pen.left(90)
pen.forward(len*2+50)
pen.end_fill()
turtle.penup()
turtle.goto(100,-100)
turtle.write("dnfh",font = ("Times",20,'normal'))
turtle.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