diff --git a/diy3.py b/diy3.py
index 5f939e7..9d8fc3e 100644
--- a/diy3.py
+++ b/diy3.py
@@ -2,6 +2,19 @@
 import random
 
 U="STTXTSTTXYSUTXUSTYT73773737273737E3764768468634658467397"
-MESSAGE="DSHIFSIDIHSDUHISUWUDIU"
+MESSAG="FJDJHNFVD"
+U_MESSAG=" "
+for i in MESSAG:
+    str1 = i
+    str2 = random.choice(U)
+    str3 = random.choice(U)
+    test = str1+str2+str3 
+    U_MESSAG = U_MESSAG + test
 
+list_MESSAG = list(U_MESSAG)
 
+index = random.randint(0,len(U_MESSAG))
+list_MESSAG.insert(6,"fgcvg")
+
+result_MESSAG = "".join(list_MESSAG)
+print(result_MESSAG)