Commit de6ac404 by BellCodeEditor

save project

parent 33584bef
Showing with 4 additions and 3 deletions
import turtle as l
for i in range(4):
l.forward(100)
l.right(90)
for i in range(5):
l.forward(200)
l.right(144)
l.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