Commit 927bdfa0 by BellCodeEditor

save project

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