Commit 594e4c50 by BellCodeEditor

auto save

parent f7766a8e
Showing with 2 additions and 0 deletions
......@@ -10,6 +10,7 @@ for i in message:
a=str1+str2+str3
key_message=key_message+a
list_message=list(key_message)
list_message.insert(2,list_message)
lambda_message="".join(list_message)
print(list_message)
\ 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