Commit 45408d16 by BellCodeEditor

save project

parent 8a1d701c
Showing with 5 additions and 0 deletions
......@@ -2,5 +2,10 @@
import turtle
a = turtle.Pen()
a.write("a",font = ("Times",20,"normal"))
a.hideturtle()
s = turtle.Pen()
s.circle(50)
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