Commit be5c4513 by BellCodeEditor

save project

parent e335aa00
Pipeline #1154 failed in 0 seconds
Showing with 19 additions and 0 deletions
import turtle
a=turtle.Pen()
a.pencolor("red")
a.fillcolor("red")
a.penup()
a.goto(185,-185)
a.write("春晓\n春眠不觉晓\n处处闻啼鸟\n夜来风雨声\n花落知多少",font=("times",20,"normal"))
a.penup()
a.goto(0,0)
a.pendown()
a.begin_fill()
a.left(45)
a.fd(200)
a.circle(100,180)
a.right(90)
a.circle(100,180)
a.fd(200)
turtle.done()
\ 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