Commit 1d0e9927 by BellCodeEditor

save project

parent 716c3c09
Showing with 3 additions and 2 deletions
......@@ -13,7 +13,7 @@ for i in message:
t=a+b+c
d=d+t
list_d=list(d)
list_d.insert(5,noise)
i=random.randint(0,len(d))
list_d.insert(i,noise)
r="".join(list_d)
print(r)
\ 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