Commit b9b8be3d by BellCodeEditor

save project

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