Commit 3ec7308f by BellCodeEditor

save project

parent 6b8cc110
Showing with 7 additions and 5 deletions
sb=input("请输入账号")
tmd=input("请输入密码")
if sb="sb" or tmd="tmd":
print("登录成功,原神,启动!")
\ No newline at end of file
sb=input("请输入账号:")
tmd=input("请输入密码:")
sb1="usb"
tmd1="bigsb"
if sb==sb1 and tmd==tmd1:
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