Commit 3c7f6374 by BellCodeEditor

save project

parent 1263edf4
Showing with 2 additions and 1 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
text=a+b+c text=a+b+c
d=d+text d=d+text
r=list(d) r=list(d)
index=random.randint(0,len) index=random.randint(0,len(d))
r.insert(index,noise) r.insert(index,noise)
l="".join(r) l="".join(r)
print(l) print(l)
\ 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