Commit fe06cc1f by BellCodeEditor

auto save

parent 79353ebc
Pipeline #8145 failed in 0 seconds
Showing with 8 additions and 0 deletions
import turtle
turtle.bgcolor("yellow")
turtle.penup()
turtle.goto(0,-100)
turtle.pendown()
turtle.circle(100)
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