Commit 8164834a by BellCodeEditor

save project

parent ef4f1df8
Showing with 5 additions and 21 deletions
import turtle
screen = turtle.Screen()
screen.bgcolor("pink")
len =60
pen = turtle.Pen()
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
import turtle
sc = turtle.Screen()
var = sc.textinput("121","hello")
print(var)
\ 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