Commit ecd17d1e by BellCodeEditor

save project

parent 9659e826
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ for i in message: ...@@ -14,7 +14,7 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
res+=text res+=text
res=list(res) res=list(res)
index=4 index=random.randint(0,len(res))
res.insert(index,noise) res.insert(index,noise)
res="".join(res) res="".join(res)
print(res) print(res)
......
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