Commit 3ae89991 by BellCodeEditor

save project

parent 25742169
Showing with 11 additions and 23 deletions
username = "wtrui" import turtle
userpassword = "238970" pen=turtle.Pen()
i=5 pen.speed(10000)
while True: de=1
name = input("请输入用户名:") for i in range(100000000):
password = input("请输入密码:") pen.forward(de)
i=i-1 de=de+1
if i>0: pen.right(91)
if name == username and password == userpassword: pen.hideturtle()
print("奥利给!!!!!!!!!!!!!!!!!!!!") turtle.done()
print("吃屎啊你!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!") \ No newline at end of file
break
elif name!=username:
print("用户吃屎!!!!!!!!!!")
print("你他娘的还有"+str(i)+"次骂人机会!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
else:
password!=userpassword
print("密码吃屎!!!!!!!!!!")
print("你他娘的还有"+str(i)+"次骂人机会!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
else:
print("你个大sa逼!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
exit()
\ 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