diff --git a/bug.py b/bug.py
index 7a00ac6..443675b 100644
--- a/bug.py
+++ b/bug.py
@@ -8,5 +8,8 @@ while True:
         break
     if name != username:
         print("用户名错误,你个**")
+        continue
     if password != userpassword:
-        print("密码错误,你个**") 
\ No newline at end of file
+        print("密码错误,你个**") 
+        continue
+print("欢迎来到我的世界!")
\ No newline at end of file