Commit a297e8df by BellCodeEditor

save project

parent 24b10386
Showing with 11 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好呀\/\/\/\/\/\/\/\/\/\/\/\np",font=("Times",30,"normal"))
pen.hideturtle() pen.penup()
turtle.done() pen.goto(100,-100)
pen.write("你好呀\np",font=("Times",30,"normal"))
pen.penup()
pen.goto(0,0)
pen.down()
pen.pencolor("red") pen.pencolor("red")
pen.pensize(5) pen.pensize(5)
pen.left(45) pen.left(45)
...@@ -11,3 +16,5 @@ pen.circle(50,180) ...@@ -11,3 +16,5 @@ pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.hideturtle()
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