Commit 3515356c by BellCodeEditor

save project

parent 39e463e9
Showing with 12 additions and 1 deletions
......@@ -6,7 +6,17 @@ while True:
if name == username and password == userpassword:
print("成功!")
break
elif name != username or password != userpassword:
elif name != username :
print("jjj")
name = input("用户名:")
if name == username:
print("成功")
break
elif password != userpassword:
print("ghj")
password = input("密码:")
if password == userpassword:
print("成功")
break
else:
print("jkl")
\ 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