Commit 6a03543e by BellCodeEditor

save project

parent 9126671d
Showing with 25 additions and 6 deletions
import turtle import turtle
Pen=turtle.Pen()
Pen.write("诺依,turtle真好用,\n我会在画布上写字啦\n!",font=("Times",30,"normal"))
Pen.hideturtle() # Pen=turtle.Pen()
turtle.done() # Pen.write("诺依,turtle真好用,\n我会在画布上写字啦\n!",font=("Times",30,"normal"))
#Pen.hideturtle() # Pen.hideturtle()
\ No newline at end of file # turtle.done()
#Pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(9)
pen1.pencolor("blue")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
#pen1.hideturtle()
# pen2=turtle.Pen()
# pen2.left(-45)
# pen2.forward(-100)
# pen2.circle(50,-180)
pen1.right(90)
pen1.circle(50,180)
pen1.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