Commit 332204ec by BellCodeEditor

save project

parent 2b62a102
Showing with 56 additions and 0 deletions
import turtle
#背景赋值
Screen=turtle.Screen()
Screen.bgcolor("blue")
pen.penup()
goto(100,-100)
pen=turtle.Pen()
pen.forward(100)
pen.left(90)
pen.forward(100)
pen.left(90)
pen.forward(100)
pen.left(90)
pen.forward(100)
pen.left(90)
turtle.done()
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