Commit af8f8cf0 by BellCodeEditor

save project

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