Commit 5fe44a65 by BellCodeEditor

save project

parent a50ceeec
Showing with 26 additions and 0 deletions
# 利用write()帮助悟空给诺依回信
import turtle
auss=turtle.Screen()
auss.bgcolor('yellow')
asss=turtle.Pen()
asss.penup()
asss.goto(100,-100)
asss.write("傻逼,笨蛋,脑残",font=("Times",34,"normal"))
asss.hideturtle()
# turtle.done()
atss=turtle.Pen()
len=50
atss.pensize(12)
atss.pencolor('red')
atss.left(45)
atss.forward(2*len)
atss.circle(len,180)
atss.right(90)
atss.circle(len,180)
atss.forward(2*len)
atss.hideturtle()
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