Commit 46183824 by BellCodeEditor

save project

parent 4af2e041
Showing with 2 additions and 2 deletions
...@@ -15,6 +15,6 @@ for i in range(len(message)): ...@@ -15,6 +15,6 @@ for i in range(len(message)):
print(key_message) print(key_message)
s="edufh.jsdjfh..df,,shewud9132=--hha;][\]" s="edufh.jsdjfh..df,,shewud9132=--hha;][\]"
i=list(s) i=list(s)
h=i.insert(2,s) i.insert(2,s)
l="".join() l = "".join(i)
print(l) print(l)
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