Commit 3059883f by BellCodeEditor

auto save

parent 23725b57
Showing with 12 additions and 0 deletions
import turtle
turtle.tonny=Pen()
for in range(4):
tonny.forward(100)
left(90)
\ No newline at end of file
import turtle
turtle.tonny=Pen()
for i in range(4):
tonny.forward(100)
left(90)
\ 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