Commit 22bccb03 by BellCodeEditor

save project

parent a84f2521
Showing with 1 additions and 1 deletions
...@@ -15,6 +15,6 @@ for i in message: ...@@ -15,6 +15,6 @@ for i in message:
key_massage += text key_massage += text
list1=list(key_massage) list1=list(key_massage)
list1.insert(5,key) list1.insert(random.randint(0,len(message)),key)
list2="".join(list1) list2="".join(list1)
print(list2) print(list2)
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