Commit f367fb34 by BellCodeEditor

save project

parent 5c141a85
Showing with 2 additions and 1 deletions
......@@ -15,6 +15,7 @@ for i in message:
a=str1+str2+str3
key_message=key_message+a
key_message=list(key_message)
key_message.insert(5,b)
index=random.randint(0,len(key_message))
key_message.insert(index,b)
tttttt="".join(key_message)
print(tttttt)
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