Commit 64741114 by BellCodeEditor

save project

parent cf6a6093
Showing with 3 additions and 1 deletions
...@@ -13,6 +13,7 @@ for i in message: ...@@ -13,6 +13,7 @@ for i in message:
text = str1+str2+str3 text = str1+str2+str3
key_message += text key_message += text
list1=list(key_message) list1=list(key_message)
list1.insert(5,wsynd) ss=random.randint(1,len(message))
list1.insert(ss,wsynd)
final_ste="".join(list1) final_ste="".join(list1)
print(final_ste) print(final_ste)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment