Commit 0e5d65e3 by BellCodeEditor

save project

parent f017d8be
Showing with 8 additions and 0 deletions
......@@ -7,3 +7,11 @@ turtle.done()
a=turtle.pen()
a.circle(666)
turtle.done
import turtle
a1=turtle()
a1,left(45)
a1,forward(100)
a1,right(90)
a1,circle(50,180)
a1,forward(100)
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