Commit 65d461c1 by BellCodeEditor

save project

parent a15989ca
Showing with 18 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle as t
#t.write("你好呀\n再见",font=("Times",40,"normal"))
#t.hideturtle()
#t.done()
t.pensize(10)
t.color("red","green")
t.begin_fill()
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.end_fill()
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