From 4cd743f861ed356d789b24d95fd5d4698247eb42 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 5 Jun 2021 17:26:32 +0800
Subject: [PATCH] save project

---
 diy4.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy4.py b/diy4.py
index a346605..19133dd 100644
--- a/diy4.py
+++ b/diy4.py
@@ -14,6 +14,6 @@ for i in message:
     str3=random.choice(key)
     text=text+str1+str2+str3
 text=list(text)
-text.insert(5,noi)
+text.insert(random.randint(1,10),noi)
 text="".join(text)
 print(text)
--
libgit2 0.25.0