Commit 74b48000 by BellCodeEditor

save project

parent c54aea0a
Showing with 18 additions and 0 deletions
import turtle as t
t.bgcolor("pink")
t.pencolor("red")
t.pensize(10)
len=60
t.left(45)
t.forward(2*len)
t.circle(len,180)
t.right(90)
t.circle(len,180)
t.forward(2*len)
t.penup()
t.goto(50,0)
t.pendown()
t.write("你好!",font=("宋体",20,"normal"))
t.hideturtle()
t.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