Commit dc1d0049 by BellCodeEditor

save project

parent 23373eb6
Showing with 16 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("green")
screen
pen=turtle.Pen() pen=turtle.Pen()
pen.write("屎粑粑你好!,\n你被人拉出来了吗?",font=("Times,30,normal")) pen.penup()
pen.goto(100,-100)
pen.write("诺依你好啊!\n你把屎粑粑拉出来了吗?\n你的屁股还臭吗?",font=("Times,30,normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor("yellow")
pen1.left(45)
pen1.forward(200)
pen1.circle(100,180)
pen1.right(90)
pen1.circle(100,180)
pen1.forward(200)
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