diff --git a/diy1.py b/diy1.py index 71797f2..98962b1 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,11 @@ -import random \ No newline at end of file +import random +key='fdsfgsstrsrs' +message='fghsjythfcvzsgh' +m="" +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