Commit 67567d26 by BellCodeEditor

save project

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