Commit ef1fa6a7 by BellCodeEditor

save project

parent 549bdfa9
Showing with 3 additions and 3 deletions
import turtle
a=turtle.pen()
a.shape("turtle")
for i in range(4):
a=turtle.Pen()
a.shape("arrow")
a.forawrd(200)
a.left(90)
turtle.done()
\ 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