Commit 3af125fa by BellCodeEditor

auto save

parent e579b8c3
Showing with 13 additions and 2 deletions
import turtle
Pen=turtle.pen()
Pen.write("诺伊,\我是你爹!",font=("Times",30,"normal"))
Pen=turtle.Pen()
Pen.pensize(130)
Pen.pencolor("red")
Pen.left(45)
Pen.forward(100)
Pen.circle(50,180)
Pen.right(90)
Pen.circle(50,180)
Pen.forward(100)
turtle.done()
import turtle
scr
\ 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