Commit 2bf0d5fc by BellCodeEditor

save project

parent 403a447d
Showing with 2 additions and 1 deletions
...@@ -14,7 +14,7 @@ for i in message: ...@@ -14,7 +14,7 @@ for i in message:
key_message=key_message+text key_message=key_message+text
print(key_message) print(key_message)
key2="dhwifugwekvk;ewvj" key2="dhwifugwekvk;ewvj"
lst_message=lst(key_message) lst_message=list(key_message)
lst_message.lnsert(random.randist(0,len(lst_message)-1),key2) lst_message.lnsert(random.randist(0,len(lst_message)-1),key2)
key_message="".join(lst_message) key_message="".join(lst_message)
print(key_message) print(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