Commit 448260c2 by BellCodeEditor

save project

parent c739e8a9
Showing with 2 additions and 1 deletions
...@@ -16,5 +16,5 @@ str = 'gbvoibbhgifhvnj///\\\\\\//\/\/\/\hcvjdgfbhfihufrhvuergghrhb' ...@@ -16,5 +16,5 @@ str = 'gbvoibbhgifhvnj///\\\\\\//\/\/\/\hcvjdgfbhfihufrhvuergghrhb'
list2=list(key_message) list2=list(key_message)
index = random.randint(0,len(key_message)) index = random.randint(0,len(key_message))
list2.insert(index,str) list2.insert(index,str)
key_message="".join(list2) key_newmessage="".join(list2)
print(key_newmessage) print(key_newmessage)
\ 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