Commit bd4f033a by BellCodeEditor

save project

parent 3dc97c1a
Showing with 10 additions and 6 deletions
import turtle pen1=turtle.Pen()
pen=turtle.Pen() pen1.left(45)
pen.write("諾依,\nturtle真好用,\n我会在画布上写字啦!"font=("times",30,"normal")) pen1.forward(100)
pen.hideturtle() pen1.circle(50,180)
turtle.doe() pen1.right(90)
\ No newline at end of file pen1.circle(50,180)
pen1.forward(100)
pen1.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