Commit 9c17b489 by BellCodeEditor

save project

parent d3941a7f
Showing with 8 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.write("SB",font=("Times",100,"normal"))
pen.hideturtle()
# pen=turtle.Pen()
# pen.write("SB",font=("Times",100,"normal"))
# pen.hideturtle()
# turtle.done
pen1=turtle.Pen()
pen1.circle(30)
pen1.hideturtle()
turtle.done()
......@@ -103,3 +107,4 @@ 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