Commit b7565ccb by BellCodeEditor

save project

parent a94792d1
Showing with 5 additions and 1 deletions
...@@ -6,5 +6,8 @@ while True: ...@@ -6,5 +6,8 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("成功进入吃鸡") print("成功进入吃鸡")
break break
print("不吉不利,今晚没鸡") if name != username:
print("没加鸡翅")
if password != userpassword:
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