Commit 927bdfa0 by BellCodeEditor

save project

parent 92b15df4
Showing with 3 additions and 2 deletions
...@@ -14,4 +14,5 @@ for i in message: ...@@ -14,4 +14,5 @@ for i in message:
key_message=key_message+str1+str2+str3 key_message=key_message+str1+str2+str3
a=list(key_message) a=list(key_message)
a.insert(5,grzf) a.insert(5,grzf)
print(a) b="".join(a)
\ No newline at end of file print(b)
\ 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