Commit e35f1d77 by BellCodeEditor

save project

parent 2b8206ab
Showing with 3 additions and 2 deletions
......@@ -16,6 +16,6 @@ print(key_message)
noise = "gdtteswedcjhgkiutrha"
li_message = list(key_message)
print(li_message)
i=li_message.insert(2,noise)
abc="".join(i)
li_message.insert(2,noise)
abc="".join(li_message)
print(abc)
\ 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