Commit 76cbb2ce by BellCodeEditor

save project

parent b6cf9b4d
Showing with 11 additions and 2 deletions
import.t
\ No newline at end of file
import turtle
pen = turtle.Pen()
pen.pencolor("red")
pen.write("来个爱心",font=("Times",30,"normal"))
pen.lt(45)
pen.fd(100)
pen.circle(50,180)
pen.rt(90)
pen.circle(50,180)
pen.fd(100)
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