From 487cf53d531fd14519ed3683f640221a2d720b3c Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Wed, 6 Oct 2021 18:09:23 +0800 Subject: [PATCH] save project --- diy4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy4.py b/diy4.py index 3e90272..1b26069 100644 --- a/diy4.py +++ b/diy4.py @@ -13,7 +13,7 @@ for i in message: g=a+w+e s=s+g o=list(s) -o.insert(random(0,len(s)),y) +o.insert(random.randint(0,len(s)),y) d="".join(o) print(d) -- libgit2 0.25.0