Commit 5dbf06f9 by BellCodeEditor

save project

parent e4797ac4
Showing with 5 additions and 3 deletions
......@@ -14,7 +14,10 @@ for i in message:
text=str1+str2+str3
key_message+=text
list1=list(key_message)
list1.insert(5,n)
abc=random.randint(1,len(key_message))
list1.insert(abc,n)
final_str="".join(list1)
print(final_str)
key_message
\ 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