Commit 80127564 by BellCodeEditor

save project

parent af5b6bc8
Showing with 16 additions and 5 deletions
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("你好呀",font=("Times",30,"normal")) #pen.write("你好呀",font=("Times",30,"normal"))
pen.hideturtle() #pen.hideturtle()
turtle.done() #turtle.done()
\ No newline at end of file b1=turtle.Pen()
b1.pencolor("blue")
b1.pensize(5)
b1.left(45)
b1.forward(100)
b1.circle(50,180)
b1.right(90)
b1.circle(50,180)
b1.forward(100)
b1.hideturtle()
turtle.done()
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