Commit 92260449 by BellCodeEditor

auto save

parent c32728ba
Showing with 1 additions and 0 deletions
......@@ -15,6 +15,7 @@ for i in message:
key_message+=text
list1=list(key_message)
abc=random.randint(1,len(key_message))
list1.insert(abc,n)
final_str="".join(list1)
print(final_str)
......
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