Commit 3afa8d35 by BellCodeEditor

save project

parent d37676eb
Showing with 4 additions and 2 deletions
...@@ -3,8 +3,10 @@ tmd1="bigsb" ...@@ -3,8 +3,10 @@ tmd1="bigsb"
while True: while True:
sb=input("请输入账号:") sb=input("请输入账号:")
tmd=input("请输入密码:") tmd=input("请输入密码:")
if sb!=sb1 or tmd!=tmd1: if sb!=sb1:
print("SB吧你,错了,他妈给我重输!!!") print("SB吧你,账号错了,他妈给我重输!!!")
if tmd!=tmd1:
print("SB吧你,密码错了,他妈给我重输!!!")
else: else:
print("登录成功,原神,启动!") print("登录成功,原神,启动!")
break break
......
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