Commit 1e3306f1 by BellCodeEditor

auto save

parent 1ca33093
Showing with 9 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("pink")
pen.pensize(8) pen.pensize(8)
pen.pencolor("red") pen.pencolor("red")
pen.fillcolor("skyblue") pen.fillcolor("purple")
pen.begin_fill() pen.begin_fill()
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.circle(50,100) pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,100) pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.end_fill() pen.end_fill()
pen.penup()
pen.goto(-200,-200)
pen.write("you are so stupid !\n give you a shit!",font = ("Times",40,"normal"))
pen.hideturtle() pen.hideturtle()
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