Commit 2530f749 by BellCodeEditor

auto save

parent b4157c82
Showing with 4 additions and 3 deletions
......@@ -12,8 +12,9 @@ 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)
final_str="".join(list1)
print(final_str)
\ No newline at end of file
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