Commit de6ac404 by BellCodeEditor

save project

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