Commit 07a1163c by BellCodeEditor

auto save

parent c816b9b8
Showing with 19 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.write("MC,必定胜利.)
pen.hideturtle()
turtle
\ No newline at end of file
import turtle
pen=turtle.Pen()
# pen.write("诺伊,turtle真好用,\n我会在画布上写字了!",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
pen.pencolor("yellow")
pen.pensize(5)
pen.left(45)
pen.forward(100)
pen.circle(50.180)
pen.
pen.
pen.
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