Commit cff5defa by BellCodeEditor

save project

parent a4cf762d
Showing with 7 additions and 1 deletions
......@@ -2,5 +2,11 @@
import turtle
pen=turtle.Pen()
pen.write("如果给我一个回\n到过去的机会我会放弃\n因为我不后悔过去",font=("Times",20,"normal"))
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
#pen.write("如果给我一个回到\n过去的机会我会放\n弃因为我不后悔过去",font=("Times",20,"normal"))
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