Commit 670ba3b4 by BellCodeEditor

save project

parent 18754fbe
Showing with 2 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
leng=screen.textinput("狗B","恁想要你马脑袋那么大的爱心心吗?(想要打100,8要打个1)")
len=int(leng)
screen.bgcolor("purple") screen.bgcolor("purple")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("木大木大木大!!!",font=("Times",20,"normal")) pen.write("木大木大木大!!!",font=("Times",20,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
len = 60
pen1.pensize(7) pen1.pensize(7)
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
......
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