Commit 3c99129b by BellCodeEditor

auto save

parent 50664dd1
Showing with 7 additions and 19 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
hhh=screen.textinput("红红火火恍恍惚惚","wo~ow")
hhh=int(hhh)
pen1=turtle.Pen()
pen=turtle.Pen()
pen.shape("turtle")
pen.pencolor("red")
pen.pensize(10)
pen.left(45)
pen.forward(2*hhh)
pen.circle(hhh,180)#60
pen.right(90)
pen.circle(hhh,180)
pen.forward(2*hhh)
turtle.done()
\ No newline at end of file
name=input("y")
\ No newline at end of file
import turtle
import turtle
pen=turtle.Pen
pen.forward(200)
pen.circle(100,180)
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