Commit bfb13275 by BellCodeEditor

save project

parent 5c367ff1
Showing with 5 additions and 6 deletions
...@@ -7,12 +7,11 @@ while True: ...@@ -7,12 +7,11 @@ while True:
print('登录成功!')# 如果用户输入的账号、密码正确,提示登陆成功 print('登录成功!')# 如果用户输入的账号、密码正确,提示登陆成功
break break
print('error') print('error')
print('welcome') print('welcome')
if userpassword!=ward: if username!=name:
print('warderror') print('name重来')
continue else:
if username!=name: print('ward重来')
print('nameerror')
......
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