Commit be92bd3a by BellCodeEditor

save project

parent 5e00844a
Showing with 4 additions and 2 deletions
......@@ -13,6 +13,8 @@ for i in range(len(message)):
d=a+b+c
key_message=key_message+d
print(key_message)
e="".join(message)
print(message)
e=list(key_message)
e.insert(1,"juhdhjhghfhfb980897")
f="".join(e)
print(f)
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