Commit 65dc5199 by BellCodeEditor

save project

parent a50ceeec
Showing with 21 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
jkj=289
import turtle
screen = turtle.Screen()
screen.bgcolor("pink")
pen1=turtle.Pen()
pen1.penup()
pen1.goto(-12,40)
pen1.write("hh\nhh",font=("Times",20,"normal"))
pen=turtle.Pen()
pen.pensize(10)
pen.pencolor("red")
pen.left(45)
pen.forward(2*jkj)
pen.circle(jkj,180)
pen.right(90)
pen.circle(jkj,180)
pen.forward(2*jkj)
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