Commit 76b09453 by BellCodeEditor

save project

parent a7b6ef29
Showing with 8 additions and 2 deletions
\ No newline at end of file
import turtle
a=turtle.Pen()
a.shape("turtle")
for i in range(3):
a.forward(200)
a.right(120)
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