Commit b4670066 by BellCodeEditor

save project

parent 3ec7308f
Showing with 9 additions and 5 deletions
sb=input("请输入账号:")
tmd=input("请输入密码:")
sb1="usb" sb1="usb"
tmd1="bigsb" tmd1="bigsb"
if sb==sb1 and tmd==tmd1: while True:
print("登录成功") sb=input("请输入账号:")
\ No newline at end of file tmd=input("请输入密码:")
if sb!=sb1 or tmd!=tmd1:
print("SB吧你,错了,他妈给我重输!!!")
else:
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