From eafaf3ce862a388f30dec081da83852d6bc3bf0e Mon Sep 17 00:00:00 2001
From: Sunbread <sunbread233@gmail.com>
Date: Fri, 1 Nov 2019 03:26:04 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E4=B8=80=E5=AE=9A=E5=B1=80?=
 =?UTF-8?q?=E5=9F=9F=E9=87=8D=E5=A4=8D=EF=BC=88=E5=8F=AF=E8=B0=83=E5=8F=82?=
 =?UTF-8?q?=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ...6\207\347\253\240\347\224\237\346\210\220\345\231\250.py" | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 059f17e..61c056c 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 池:
-- 
GitLab