Commit c6a52f27 by BellCodeEditor

save project

parent c816b9b8
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# banana=turtle.Pen()
# banana.write("banana\nbanana\nbanana",font=("Times,30,normal"))
# banana.hideturtle()
# turtle.done()
banana1=turtle.Pen()
banana1.hideturtle()
banana1.begin_fill()
banana1.pensize(4)
banana1.color("blue","yellow")
banana1.left(45)
banana1.forward(100)
banana1.circle(50,180)
banana1.right(90)
banana1.circle(50,180)
banana1.forward(100)
banana1.end_fill()
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