Commit f3319279 by BellCodeEditor

save project

parent a50ceeec
Showing with 19 additions and 0 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
#利用write()帮助悟空给诺依回信吧~
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