Commit 2bc7b47f by BellCodeEditor

save project

parent a0b85f5f
Showing with 3 additions and 1 deletions
...@@ -10,5 +10,6 @@ while True: ...@@ -10,5 +10,6 @@ while True:
if name!=username : if name!=username :
print("您好,您的账号已被锁定,特警马上赶到抓捕你!!") print("您好,您的账号已被锁定,特警马上赶到抓捕你!!")
continue continue
if password!=userpassword : if password!=userpassword:
print("您好,您的密码已被举报,请自首") print("您好,您的密码已被举报,请自首")
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