Commit 4ce1e2f2 by BellCodeEditor

save project

parent 0e338a30
Showing with 26 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
Pen=Pen.write("你好啊,傻逼,你他媽得是個腦殘"font("Times",50,"normal") screen=turtle.Screen()
hideturtie() screen.bgcolor("light green")
\ No newline at end of file len=screen.textinput("標題","請輸入大小")
len=int(len)
p=turtle.Pen()
p.write("你好啊?給你個大嘴巴子",font=("Times",50,"normal"))
p.pencolor("red")
p.penup()
p.goto(-100,0)
p.pendown()
p.lt(45)
p.fd(len*2)
p.circle(len,180)
p.rt(90)
p.circle(len,180)
p.fd(len*2)
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