Commit 3cdd3e17 by BellCodeEditor

save project

parent 63138344
Showing with 18 additions and 2 deletions
print("heiio world") import turtle
\ No newline at end of file pen = turtle.Pen()
pen.shape("turtle")
turtle.done()
\ No newline at end of file
import turtle
x = turtle.Pen()
x.shape("turtle")
x.fillcolor("blue")
x.shape(100)
x.begin_fill()
for i in range(160):
x.forward(400)
x.right(170)
x.end_fill()
x.hideturtle()
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