Commit 57a465ae by BellCodeEditor

save project

parent b5d66d10
Showing with 7 additions and 3 deletions
imporrt.turtle
a=
\ No newline at end of file
import turtle
a=turtle.Pen
for i in range(5):
a.left(144)
a.forward(200)
turtle.done()
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