Commit 417e27ec by BellCodeEditor

auto save

parent f52484b4
Showing with 7 additions and 2 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
turtle.done() turtle.done()
pen.shape("turtle") pen.shape("turtle")
pen.forward(100) pen.fd(100)
pen.left(144) pen.left(144)
pen.fd(100)
pen.left(144) pen.left(144)
pen.fd(100)
pen.left(144) pen.left(144)
pen.fd(100)
pen.left(144) pen.left(144)
pen.fd(100)
pen.left(144) pen.left(144)
\ 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