Commit 1b712e92 by BellCodeEditor

save project

parent be361fe3
Showing with 12 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
turtle.write('诺依,我日你仙人',font=('宋体',40,'bold')) turtle.pencolor('red')
turtle.fillcolor('red')
turtle.begin_fill()
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.hideturtle()
turtle.end_fill()
turtle.done() turtle.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