Commit dcd67d76 by BellCodeEditor

save project

parent cebbcb9c
Showing with 3 additions and 18 deletions
#利用write()帮助悟空给诺依回信吧~ #利用write()帮助悟空给诺依回信吧~
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.penup() b=float(input("输入大小:"))
a.goto(20,120) a.circle(b)
a.write("你等着",font=("time",50,"normal"))
b=turtle.Pen()
b.left(45)
b.forward(200)
b.circle(100,180)
b.right(90)
b.circle(100,180)
b.forward(200)
b.hideturtle()
a.penup()
a.goto(20,120)
imput.done()
turtle.done() 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