Commit 49ee9e9e by BellCodeEditor

save project

parent a50ceeec
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
len=100
A=turtle.Pen()
S=turtle.Screen()
S.bgcolor("pink")
A.penup()
A.goto(-100,0)
A.write("你好",font=("Times",40,"normal"))
B=turtle.Pen()
B.right(45)
B.forward(2*len)
B.circle(len,180)
B.right(90)
B.circle(len,180)
B.forward(2*len)
turtle.done()
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