Commit df632efc by BellCodeEditor

save project

parent 66ef6cf9
Showing with 10495 additions and 3 deletions
import.turle import turtle
pen=turtle.Pen() pen.turtle.Pen()
pen.write("诺依\n真是太有趣\n我也喜欢",font=("Times",30,"normal")) pen.pencolor("red")
pen.pensize(5)
pen.left(45)
pen.foward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.foward(100)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
...@@ -47,3 +54,10488 @@ turtle.done() ...@@ -47,3 +54,10488 @@ 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