Commit b79f98fa by BellCodeEditor

save project

parent f524fab9
Showing with 3 additions and 2 deletions
......@@ -2,7 +2,7 @@
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("blue")
screen.bgcolor("yellow")
pen.penup()
pen.goto(100,-100)
pen.write("你会拿肾肝吗?\n你会千鸟吗?",font=("Times",20,"normal"))
......@@ -16,6 +16,6 @@ pen1.forward(2*len)
pen1.circle(len,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*100)
pen1.forward(2*len)
pen1.hideturtle()
turtle.done()
\ No newline at end of file
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