Commit bfb13275 by BellCodeEditor

save project

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