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