Commit 09fe0940 by BellCodeEditor

save project

parent 614cf34b
Showing with 3 additions and 0 deletions
...@@ -15,6 +15,8 @@ for i in message: ...@@ -15,6 +15,8 @@ for i in message:
print(key_message) print(key_message)
list1=list(key_message) list1=list(key_message)
a="ports7346564" a="ports7346564"
index=random.randint(0,len(list1))
list1.insert(index,a)
list1.insert(0,a) list1.insert(0,a)
key_message1="".join(list1) key_message1="".join(list1)
print(key_message1) print(key_message1)
\ 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