Commit 1b45e5cb by BellCodeEditor

save project

parent 0bcece4e
Showing with 16 additions and 10 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
a=turtle.Pen() pe1=turtle.Pen()
Pen.write("你没马!",font=("times",30,"normal")) pen=turtle.Pen()
a.hideturtle() pe1.pensize(5)
pe1.pencolor("green")
pen.pencolor("red")
pe1.right(-45)
pe1.forward(100)
pe1.circle(50,180)
pe1.forward(15)
pen.pensize(5)
pen.right(-145)
pen.forward(100)
pen.circle(-50,180)
pen.forward(15)
pe1.hideturtle()
turtle.done() turtle.done()
a.penup()
a.goto(120,-120)
a.pendown()
b=turtle.Screen()
b.bggcolor("green")
\ No newline at end of file
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