From cfd1445ee97efa6195b8e67f5fa003f9bc1e66ff Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 19 Dec 2021 11:54:18 +0800
Subject: [PATCH] save project

---
 diy3.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/diy3.py b/diy3.py
index 77fa31f..282b169 100644
--- a/diy3.py
+++ b/diy3.py
@@ -10,6 +10,7 @@ for i in message:
     kw=k1+k2+k3
     kww+=kw
 kww=list(kww)
-kww.insert(20,kwww)
+a=random.randint(0,len(kww))
+kww.insert(a,kwww)
 kww="".join(kww)
 print(kww)
\ No newline at end of file
--
libgit2 0.25.0