Commit 6bbc09f4 by BellCodeEditor

save project

parent e7b65371
Pipeline #3373 failed in 0 seconds
Showing with 5 additions and 13 deletions
import turtle
apple=turtle.Pen()
apple.pencolor("red")
apple.fillcolor("red")
apple.begin_fill()
apple.left(45)
apple.forward(100)
apple.circle(50,180)
apple.right(90)
apple.circle(50,180)
apple.forward(100)
apple.end_fill()
turtle.done()
import turtle
turtle.Pen()
turtle.write("123456789123456789")
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