Commit 1f5bb7e4 by BellCodeEditor

save project

parent c816b9b8
Showing with 18 additions and 0 deletions
import turtle
# pen=turtle.Pen()
# pen.write("你好,你吃饭了吗,\n你出门了吗",font=("Times",25,"normal" ))
# turtle.done()
p1en=turtle.Pen()
p1en.pencolor("red")
p1en.pensize(10)
p1en.forward(100)
p1en.circle(50,180)
p1en.right(90)
p1en.circle(50,180)
p1en.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