Commit 1819ad8d by BellCodeEditor

auto save

parent 8509e860
Showing with 67 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pendown()
pen.forward(200)
pen.right(90)
pen.forward(200)
pen.right(90)
pen.forward(200)
pen.right(90)
pen.forward(200)
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,-150)
pen1.pendown()
pen1.circle(50,100)
pen1.circle(50,100)
pen1.circle(50,100)
pen1.circle(50,100)
turtle.done()
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
len=screen.textinput("www","wrerw")
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