Commit e79b4ae6 by BellCodeEditor

save project

parent e7a59262
Showing with 10 additions and 8 deletions
...@@ -4,11 +4,13 @@ while True: ...@@ -4,11 +4,13 @@ while True:
name = input("请输入用户名:") name = input("请输入用户名:")
if name != username : if name != username :
print("账号") print("账号")
continue else:
break
while True:
password = input("请输入密码:") password = input("请输入密码:")
if password != userpassword: if password == userpassword:
print("密码") print("gogogo")
break
if name == username and password == userpassword: else:
print("'") print("...")
print("welcome") print("welcome\nglad to see")
\ No newline at end of file \ 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