Commit a9878eb0 by BellCodeEditor

save project

parent 654bc3ba
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
S=turtle.Screen()
S.bgcolor("piak")
pen.penup()
pen.goto(0,-100)
pen.write("世界核平",font=("Times",30,"normal"))
u=turtle.Pen()
u.left(45)
u.forward(100)
u.circle(50,180)
u.right(90)
u.circle(50,180)
u.forward(100)
pen.hideturtle()
turtle.done()
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