Commit 941ddfa7 by BellCodeEditor

save project

parent 946449f4
Showing with 4 additions and 2 deletions
...@@ -8,5 +8,7 @@ while True: ...@@ -8,5 +8,7 @@ while True:
break break
if name!=username: if name!=username:
print("输入账号错误") print("输入账号错误")
continue
if pas!=userpassword: if pas!=userpassword:
print("输入密码错误") print("输入密码错误")
\ No newline at end of file continue
\ 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