Commit 5c371c62 by BellCodeEditor

save project

parent 6a218169
Showing with 10 additions and 1 deletions
import turtle
pen = turtle.Pen()
pen.write("春眠不觉晓,\n处处闻啼鸟。\n",font=("Times",30,"normal"))
turtle.done()
pen1.left(45)
pen1.forword(100)
pen1.left(90)
pen1.circle(50,18)
pen1.right(90)
pen1.circle(50,18)
pen1.lift(90)
pen1.circle(50,18)
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