Commit 2003c8a3 by BellCodeEditor

save project

parent fcad1392
Showing with 1 additions and 3 deletions
import turtle import turtle
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("red") screen.bgcolor("red")
a=screen.textinput("提示","想画多大的圆") len=60
len=float(a)
pen=turtle.Pen() pen=turtle.Pen()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.left(45) pen1.left(45)
......
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