Commit 67cdf9ae by BellCodeEditor

save project

parent 7d50288b
Showing with 14 additions and 9 deletions
usename="fghjthnygv"
usemima="456852753951"
name=input("请输入账户名:")
mima=input("请输入密码:")
if usename==name and usemima==mima:
print("登陆成功")
else:
print("登陆失败")
\ No newline at end of file
usename="fhhsgdsb"
usemima="we are dsb"
while True:
name=input("请输入账户名:")
mima=input("请输入密码:")
if usename==name and usemima==mima:
print("登陆成功")
print("-"*30)
break
else:
print("登陆失败")
print("-"*30)
print("欢迎来到对抗路")
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