Commit 4f70afd2 by BellCodeEditor

save project

parent dd60f92a
Showing with 5 additions and 0 deletions
......@@ -2,3 +2,7 @@
import turtle
pencil = turtle.pen()
pencil.write("春节快乐!"font = ("times",30,"normal"))
#turtle.done()
pen1 = turtle.pen()
pen1.pencolor("red")
pen1.pensize=(5)
\ 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