Commit 363fbadc by BellCodeEditor

save project

parent 024b1f41
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,6 @@ for i in message: ...@@ -13,6 +13,6 @@ for i in message:
key_message += a+b+c key_message += a+b+c
print(key_message) print(key_message)
a=list(key_message) a=list(key_message)
a.insert(5,"%") a.insert()
d="".join(a) d="".join(a)
print(d) print(d)
\ 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