Commit a5101161 by BellCodeEditor

save project

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