Commit 7a72ff19 by BellCodeEditor

save project

parent d6661280
Showing with 2 additions and 1 deletions
...@@ -14,6 +14,6 @@ for i in range(len(message)): ...@@ -14,6 +14,6 @@ for i in range(len(message)):
key_message+=saty key_message+=saty
d=list(key_message) d=list(key_message)
d.insert(4,"-........$%^&*^%$%^$#") d.insert(4,"-........$%^&*^%$%^$#")
d.insert(6,"-........$%^&*^%$%^$#") d.insert(7,"-........$%^&*^%$%^$#")
e="".join(d) e="".join(d)
print(e) print(e)
\ 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