Commit 1cf70eed by BellCodeEditor

save project

parent c66a449e
Showing with 15 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.write("你好\nSB张浩宇,我叫张钧盈",font=("Times",20,"mormal")
pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.right(30)
pen.circle(len,180)
pen.forward(2*len)
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