Commit ac59b2e6 by BellCodeEditor

auto save

parent a50ceeec
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
b=turtle.Screen()
b.bgcolor("light blue")
a=turtle.Pen()
a.penup()
a.goto(100,-100)
a.write("你是大聪明",font=("绿体",30,"normal"))
a.pendown()
a.fillcolor("red")
a.begin_fill()
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.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