Commit 12b87e84 by BellCodeEditor

save project

parent 3ab2bff5
Showing with 3 additions and 3 deletions
import turtle as t
#t.write("#$%$&%&&%!#%)^$!@%_+__+=_*&$^%%@$!~??",font=("Times",9,"normal"))
#t.done()
t.write("#$%$&%&&%!#%)^$!@%_+__+=_*&$^%%@$!~??",font=("Times",9,"normal"))
t.done()
t.pensize(9)
t.pencolor("bluegreen")
t.left(45)
......@@ -9,4 +9,4 @@ t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.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