Commit 34553949 by BellCodeEditor

save project

parent 45d570f4
Showing with 15 additions and 3 deletions
import turtle as t
t.write("你好呀!",("Times",0,"normel"))
t.width(5)
t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.penup()
t.goto(100,-100)
t.pendown()
t.pencolor("black")
t.write("你好呀!",font=("Times",20,"normal"))
t.hideturtle()
t.done()
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