Commit dffdbef9 by BellCodeEditor

auto save

parent 9d2b7570
Showing with 2 additions and 14 deletions
import turtle
turtle.pensize(3)
turtle.pencolor("red")
turtle.circle(50)
turtle.penup()
turtle.goto(25,25)
turtle.pendown()
turtle.circle(10)
turtle.penup()
turtle.goto(-25,25)
turtle.pendown()
turtle.circle(10)
turtle.goto(-25,25)
\ No newline at end of file
print("悟空"*)
\ 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