Commit feab1262 by BellCodeEditor

save project

parent 2a14bc8e
Showing with 8 additions and 6 deletions
import turtle import turtle as t
pen=turtle.Pen
pen.shape("turtle")
pen.forward(200) for i in range(5):
turtle.done() t.forward(200)
\ No newline at end of file t.right(144)
t.hidetrtle()
\ 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