Commit b4d7e1a9 by BellCodeEditor

save project

parent be212aef
Showing with 12 additions and 6 deletions
i=10000000000000000000000000000000000000000000000000000
username = "python" username = "python"
userpassword = "1029384756" userpassword = "1029384756"
while True: while True:
name = input("请输入用户名:") if i>0:
password = input("请输入密码:") name = input("请输入用户名:")
password = input("请输入密码:")
i-=1
if name == username and password == userpassword: if name == username and password == userpassword:
print("成功进入吃鸡") print("成功进入吃鸡")
break break
elif name != username: if name != username:
print("没加鸡翅") print("没加鸡翅")
else: continue
if password != userpassword
print("没加鸡腿") print("没加鸡腿")
print("大吉大利,今晚吃鸡") else:
\ No newline at end of file print("鸡被别人吃了")
exit()
print("大吉大利,今晚吃鸡")
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