Commit be4d9d3f by BellCodeEditor

save project

parent 2da210af
Showing with 4 additions and 1 deletions
import turtle as t
#t.write("#$%$&%&&%!#%)^$!@%_+__+=_*&$^%%@$!~??",font=("Times",9,"normal"))
#t.done()
t.pencolor("green")
t.pensize(5)
t.left(45)
t.forward(100)
t.circle(50,180)
......@@ -9,3 +10,4 @@ t.right(90)
t.circle(50,180)
t.forward(100)
t.done()
t.hideturtle()
\ No newline at end of file
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