Commit 0e69a77a by BellCodeEditor

save project

parent d27e7be6
Showing with 19 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle # import turtle
Pen=turtle.Pen() # Pen=turtle.Pen()
Pen.write("诺依,turtle不好用,换一个工具吧!"font=("Times",30,"nomal")) # Pen.write("诺依,turtle不好用,换一个工具吧!",font=("Times",30,"nomal"))
turtle.done() # turtle.done()
\ No newline at end of file pencolor("red")
pensize(5)
speed(100)
down()
begin_fill()
left(90)
circle(120,180)
circle(360,70)
left(38)
circle(360,70)
circlr(120,180)
end_fill()
up()
goto(-100,-100)
down()
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