Commit a03026a0 by BellCodeEditor

save project

parent e67201e8
Showing with 4 additions and 2 deletions
......@@ -16,4 +16,6 @@ print(key_message)
noise = "gdtteswedcjhgkiutrha"
li_message = list(key_message)
print(li_message)
li_message.insert(2,noise)
\ No newline at end of file
i=li_message.insert(2,noise)
aa=''.join(i)
print(aa)
\ 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