Commit 8a180ee8 by BellCodeEditor

save project

parent 34c48b5d
Showing with 3 additions and 9 deletions
import turtle while 1==1:
print("hello")
pen=turtle.pen() \ No newline at end of file
pen.shape("turtle")
pen.forward(200)
pen.left(90)
pen.forward(200)
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