Commit 5dbf06f9 by BellCodeEditor

save project

parent e4797ac4
Showing with 6 additions and 4 deletions
......@@ -12,9 +12,12 @@ for i in message:
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_message+=text
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