Commit 49d26fe4 by BellCodeEditor

save project

parent e59a626f
Showing with 3 additions and 1 deletions
......@@ -15,7 +15,9 @@ for i in message:
t=s1+s2+s3
m=m+t
list_message=list(m)
list_message.insert(5,n)
index=random.randint(0,len(key_message))
.insert(5,n)
result_message="".join(m)
print(result_message)
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