Commit 9ce38526 by BellCodeEditor

save project

parent 9dcc338e
Showing with 2 additions and 0 deletions
...@@ -13,4 +13,5 @@ for i in message: ...@@ -13,4 +13,5 @@ for i in message:
text=text+str1+str2+str3 text=text+str1+str2+str3
text=list(text) text=list(text)
text.insert(5,noise) text.insert(5,noise)
text="".join(text)
print(text) print(text)
\ 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