Commit af8f8cf0 by BellCodeEditor

save project

parent 49559196
Showing with 14 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
p = turtle.Pen()
p.shape("turtle")
p.write("SB吧\nGUN",font=("Times",40,"normal"))
p.shapesize(1)
p.left(450)
p.fd(120)
j = turtle.Screen()
j.bgcolor("black")
p=turtle.Pen()
p.pencolor("red")
p.hideturtle()
p.fillcolor("red")
p.begin_fill()
p.left(45)
p.fd(100)
p.circle(50,180)
p.rt(90)
p.circle(50,180)
p.fd(100)
p.end_fill()
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