diff --git a/diy3.py b/diy3.py
index eada767..4cd3021 100644
--- a/diy3.py
+++ b/diy3.py
@@ -5,4 +5,8 @@ key_massage = " "
 noise = "port:!@#$%^&*(!@#$%^~!@#$%!@#$%!@#$%!@#$%^&)"
 for i in message:
     str1 = i
-    str2 = random.choice(key)
\ No newline at end of file
+    str2 = random.choice(key)
+    str3 = random.choice(key)
+    text = str1+str2
+    key_message = key_message + text
+    list_mess
\ No newline at end of file