Commit 3301d4dc by BellCodeEditor

save project

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