Commit ac70f6c0 by BellCodeEditor

auto save

parent f3319279
Showing with 0 additions and 18 deletions
import turtle
q=turtle.Pen()
w=turtle.Pen()
e=turtle.Screen()
e.bgcolor("pink")
w.pencolor("red")
q.penup()
q.goto(100,-100)
q.write("你\n好",font=("times",30,"normal"))
q.hideturtle()
w.left(45)
w.forward(100)
w.circle(50,180)
w.right(90)
w.circle(50,180)
w.forward(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