Commit a5101161 by BellCodeEditor

save project

parent 12ed5fd3
Showing with 5 additions and 0 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("blue")
pen.pensize(10)
pen.color("green")
pen.fillcolor("green")
......@@ -13,5 +15,7 @@ pen.forward(100)
pen.end_fill()
pen.up()
pen.forward(100)
pen.goto(100,0)
pen.write("年轻人耗子尾汁",font=("fontname",20,"normal"))
pen.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