Commit c156f4ae by BellCodeEditor

save project

parent 36e2f64b
Showing with 2 additions and 3 deletions
......@@ -3,7 +3,7 @@
"""
import turtle
t = turtle.Pen()
for x in range(5)
for i in range(5)
t.forward(12)
t.right(144)
t.fd(12)
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