Commit 9743a1c8 by BellCodeEditor

save project

parent a9e53699
Showing with 5 additions and 0 deletions
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("莫等闲,\n白了少年头,\n空悲切。\n ——岳飞",font=("Times",20,"normal")) pen.write("莫等闲,\n白了少年头,\n空悲切。\n ——岳飞",font=("Times",20,"normal"))
pen1=turtle.Pen()
pen1.circle(50)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
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