Commit dcf5bc8c by BellCodeEditor

save project

parent d3e32d76
Showing with 18 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.write(" 春晓\n春眠不觉晓,\n处处闻啼鸟。\n夜来风雨声,\n花落知多少。",font=("楷体",40,"bold"))
pen.penup()
pen.goto(-100,50)
pen.pendown()
pen.color("red")
pen.fillcolor("red")
pen.begin_fill()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.left(-90)
pen.circle(50,180)
pen.forward(100)
pen.end_fill()
pen.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