Commit 12cac2f3 by BellCodeEditor

auto save

parent 265ea650
Showing with 5 additions and 3 deletions
......@@ -6,5 +6,7 @@ while True:
if name == username and password == userpassword:
print("登录成功!您的银行卡余额为0.00元!")
break
print("您的银行卡余额为100亿元!阿里巴巴总理 马云 将为您进行床上服务!")
print("欢迎来到穷无边际联盟!")
\ No newline at end of file
if not name ==username:
print("用户名错误!死神在你身后~")
if not password==userpassword:
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