Commit 5a683f9a by BellCodeEditor

save project

parent 654bc3ba
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
turtle.bgcolor("green")
turtle.write("你好",font=("Times",20,"normal"))
turtle.penup()
turtle.goto(-70,50)
turtle.pendown()
turtle.pensize(10)
turtle.color("red")
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.goto(-70,50)
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