Commit 14794369 by BellCodeEditor

auto save

parent ee68a992
Showing with 5 additions and 5 deletions
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
""" """
import turtle import turtle
pen = turtle.pen() pen = turtle.Pen()
pen.down()
for i in range(5): for i in range(5):
pen.rowarde(200) pen.forward(200)
pen. pen.right(144)
\ No newline at end of file pen.hideturtle()
\ 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