Commit 2ab5a1c6 by BellCodeEditor

auto save

parent f25effac
Showing with 11 additions and 0 deletions
import turtle
turtle.pencolor("red")
turtle.pensize(10)
turtle.circle(100)
turtle.penup()
turtle.goto(100,-100)
turtle.write("圆",font=("宋体",30,"normal"))
turtle.bgcolor("yellow")
turtle.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