Commit 1b4a1871 by BellCodeEditor

save project

parent 45d92e77
Showing with 3 additions and 0 deletions
import turtle import turtle
screen=turtle.Screen
screen.bjcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("脑白金?",font=("Times",80,"normal")) pen.write("脑白金?",font=("Times",80,"normal"))
pen.hideturtle() pen.hideturtle()
...@@ -9,6 +11,7 @@ pen1.penup() ...@@ -9,6 +11,7 @@ pen1.penup()
pen1.goto(100,-100) pen1.goto(100,-100)
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
len=55
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
pen1.circle(50,180) pen1.circle(50,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