Commit f76f6902 by BellCodeEditor

save project

parent 654bc3ba
Showing with 16 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
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(100)
B.circle(50,180)
B.right(90)
B.circle(50,180)
B.forward(100)
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