Commit 41975a2e by BellCodeEditor

save project

parent d2518bf3
Showing with 9 additions and 1 deletions
# 利用write()帮助悟空给诺依回信 # 利用write()帮助悟空给诺依回信
import turtle import turtle
auss=turtle.Screen()
auss.bgcolor('yellow')
asss=turtle.Pen() asss=turtle.Pen()
asss.penup()
asss.goto(100,-100)
asss.write("傻逼,笨蛋,脑残",font=("Times",34,"normal")) asss.write("傻逼,笨蛋,脑残",font=("Times",34,"normal"))
asss.hideturtle() asss.hideturtle()
# turtle.done() # turtle.done()
...@@ -14,4 +21,4 @@ atss.right(90) ...@@ -14,4 +21,4 @@ atss.right(90)
atss.circle(50,180) atss.circle(50,180)
atss.forward(100) atss.forward(100)
atss.hideturtle() atss.hideturtle()
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