Commit 1ad7b95f by BellCodeEditor

auto save

parent 9d7c8058
Showing with 11 additions and 8 deletions
...@@ -4,10 +4,13 @@ ...@@ -4,10 +4,13 @@
# pen.write("诺伊~,你好呀\n我是你的好朋友\n——悟空",font=("黑体",13,"normal")) # pen.write("诺伊~,你好呀\n我是你的好朋友\n——悟空",font=("黑体",13,"normal"))
# turtle.done() # turtle.done()
import turtle import turtle
pen=turtle.Pen() pen1=turtle.Pen()
pen.left(45) pen1.pensize(10)
pen.forward(100) pen1.pencolor("red")
pen.circle(50,180) pen1.left(45)
pen.right(90) pen1.forward(100)
pen.circle(50,180) pen1.circle(50,180)
pen.forward(100) pen1.right(90)
\ No newline at end of file pen1.circle(50,180)
pen1.forward(100)
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