Commit 27f8a697 by BellCodeEditor

auto save

parent 1653d15d
Showing with 11 additions and 3 deletions
import turtle
print("hello")
\ No newline at end of file pen = turtle.pen()
pen.forward(300)
pen.right(120)
pen.forward(300)
pen.right(120)
pen.forward(300)
pen.right(120)
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