Commit 98123420 by BellCodeEditor

save project

parent 0aa1785f
Showing with 1 additions and 1 deletions
...@@ -16,4 +16,4 @@ for i in message: ...@@ -16,4 +16,4 @@ for i in message:
list_a=list(a) list_a=list(a)
list_a.insert(5,noise) list_a.insert(5,noise)
str_a="".join(list_a) str_a="".join(list_a)
print(a) print(str_a)
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