Commit 41975a2e by BellCodeEditor

save project

parent d2518bf3
Showing with 7 additions and 0 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()
......
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