Commit 7587746f by BellCodeEditor

save project

parent c8b375d5
Showing with 2 additions and 0 deletions
...@@ -10,4 +10,5 @@ for i in message: ...@@ -10,4 +10,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