diff --git a/diy1.py b/diy1.py
index 98962b1..b681e8a 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,11 +1,8 @@
-import random
-key='fdsfgsstrsrs'
-message='fghsjythfcvzsgh'
-m=""
+m=''
+key='jfxgbhjhjfdbhb'
 for i in message:
     str1=i
     str2=random.choice(key)
     str3=random.choice(key)
     text=str1+str2+str3
-    m=m+text
-print(m)
\ No newline at end of file
+    m=m
\ No newline at end of file