Commit 612702af by BellCodeEditor

save project

parent 38d31e28
Showing with 2 additions and 0 deletions
...@@ -3,6 +3,8 @@ import turtle ...@@ -3,6 +3,8 @@ import turtle
#p.write("诺伊,你好\n我会用编辑器打字了",font=("times",30,"normal")) #p.write("诺伊,你好\n我会用编辑器打字了",font=("times",30,"normal"))
#turtle.done() #turtle.done()
p1 = turtle.Pen() p1 = turtle.Pen()
p1.pensize(5)
p1.pencolor("red")
p1.left(45) p1.left(45)
p1.forward(100) p1.forward(100)
p1.circle(50,180) p1.circle(50,180)
......
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