Commit d55abefb by BellCodeEditor

save project

parent 575c62b6
Showing with 7 additions and 2 deletions
......@@ -3,4 +3,10 @@ pen=turtle.Pen()
pen.write("嗨,你好\n下午",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
ctrl/
\ No newline at end of file
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.foreard(100)
pen.circle(90,180)
pen.foreard(100)
pen.circie(90,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