Commit 02427369 by BellCodeEditor

save project

parent 654bc3ba
Showing with 22 additions and 0 deletions
import turtle
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("写给陈赫的经典语句:\n春眠不觉晓,\n鲁班嘎嘎秒。\n哦,不对!\n是——怕——。\n————小九五",font=("Times",20,"normal"))
pen.hideturtle()
# 画图
import turtle
pen95=turtle.Pen()
pen95.pencolor("red")
pen95.pensize(5)
pen95.left(45)
pen95.forward(100)
pen95.circle(50,180)
pen95.right(90)
pen95.circle(50,180)
pen95.forward(100)
pen95.hideturtle()
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