Commit 7bf1156c by BellCodeEditor

save project

parent 58c89d6a
Showing with 2 additions and 1 deletions
...@@ -15,6 +15,7 @@ for i in message: ...@@ -15,6 +15,7 @@ for i in message:
key_message=key_message+text key_message=key_message+text
list_text=list(key_message) list_text=list(key_message)
list_text.insert(5,b) c=random.randint(0,len(key))
list_text.insert(c,b)
r_text="".join(list_text) r_text="".join(list_text)
print(r_text) print(r_text)
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