Commit 26807881 by BellCodeEditor

save project

parent a50ceeec
Showing with 21 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("我是你爸爸",font=("Time",30,"normal"))
pen.hideturtle()
sb2=turtle.Pen()
sb2.pensize(35)
sb2.pencolor("pink")
sb2.left(45)
sb2.forward(100)
sb2.circle(50,180)
sb2.right(90)
sb2.circle(50,180)
sb2.forward(100)
sb2.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