Commit 739bb579 by BellCodeEditor

save project

parent 5b443819
Showing with 5 additions and 3 deletions
......@@ -6,10 +6,12 @@ while True
if username==name and userpassword==password
dreak
print("输入错误")
if username!=name:
elif:
username!=name:
print("用户错误")
continue
if userpassword!=password
else:
userpassword!=password
print("密码错误")
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