Commit be212aef by BellCodeEditor

save project

parent 7cef0330
Showing with 3 additions and 3 deletions
...@@ -6,9 +6,8 @@ while True: ...@@ -6,9 +6,8 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("成功进入吃鸡") print("成功进入吃鸡")
break break
if name != username: elif name != username:
print("没加鸡翅") print("没加鸡翅")
continue else:
if password != userpassword:
print("没加鸡腿") print("没加鸡腿")
print("大吉大利,今晚吃鸡") print("大吉大利,今晚吃鸡")
\ 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