Commit 4726a6f5 by BellCodeEditor

save project

parent 9d329ffa
Showing with 6 additions and 0 deletions
...@@ -11,3 +11,8 @@ while True: ...@@ -11,3 +11,8 @@ while True:
break break
else: else:
print("输入错误") print("输入错误")
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