Commit 50664dd1 by BellCodeEditor

save project

parent ff5cb409
Showing with 3 additions and 1 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")
hhh=50
pen.pensize(10)
pen.left(45)
pen.forward(2*hhh)
......
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