Commit 2b8206ab by BellCodeEditor

save project

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