Commit ba53cb47 by BellCodeEditor

save project

parent ebe3a1f2
Showing with 49 additions and 6 deletions
username="放屁" #Lime#
userpassword="54188" import turtle
name =input("请输入你的用用户户名名") pen=turtle.Pen()
password=input("请输入你的密码") turtle.bgcolor("lightskyblue")
if username==name and userpassword==password: pen.fillcolor("lime")
print("成功放屁") pen.begin_fill()
for i in range(4):
pen.forward(100)
pen.right(90)
pen.end_fill()
pen.fillcolor("black")
pen.begin_fill()
pen.left(45)
pen.forward(73)
pen.right(90)
pen.forward(73)
pen.end_fill()
pen.penup()
pen.goto(61,-31)
pen.pendown()
pen.left(45)
for i in range(4):
pen.forward(25)
pen.right(90)
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