Commit be212aef by BellCodeEditor

save project

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