Commit 4726a6f5 by BellCodeEditor

save project

parent 9d329ffa
Showing with 7 additions and 2 deletions
...@@ -10,4 +10,9 @@ while True: ...@@ -10,4 +10,9 @@ while True:
print("登陆成功") print("登陆成功")
break break
else: else:
print("输入错误") print("输入错误")
\ No newline at end of file if i !=username:
print("账号错误")
if a !=userpassword:
print("密码错误")
\ 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