Commit c32728ba by BellCodeEditor

auto save

parent b757026d
Showing with 0 additions and 1 deletions
......@@ -15,7 +15,6 @@ 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