diff --git "a/\350\207\252\345\212\250\347\213\227\345\261\201\344\270\215\351\200\232\346\226\207\347\253\240\347\224\237\346\210\220\345\231\250.py" "b/\350\207\252\345\212\250\347\213\227\345\261\201\344\270\215\351\200\232\346\226\207\347\253\240\347\224\237\346\210\220\345\231\250.py"
index 059f17edf660a6a82c53b4e5aed3201814720cca..61c056c37692407d43e8e18f72c088ea05271a14 100644
--- "a/\350\207\252\345\212\250\347\213\227\345\261\201\344\270\215\351\200\232\346\226\207\347\253\240\347\224\237\346\210\220\345\231\250.py"
+++ "b/\350\207\252\345\212\250\347\213\227\345\261\201\344\270\215\351\200\232\346\226\207\347\253\240\347\224\237\346\210\220\345\231\250.py"
@@ -174,8 +174,11 @@ xx = "学生会退会"
     "说过一句富有哲理的话",
 ]
 
+重复度 = 2
+
 def 洗牌遍历(列表):
-    池 = list(列表)
+    global 重复度
+    池 = list(列表) * 重复度
     while True:
         random.shuffle(æ± )
         for 元素 in 池: