Commit 0381a51c by BellCodeEditor

save project

parent cda1ba30
Showing with 2 additions and 1 deletions
......@@ -15,6 +15,7 @@ for i in message:
a=a+e
f=list(a)
f.insert(5,noise)
h=random.randint(0,len(f))
f.insert(h,noise)
l = "".join(f)
print(l)
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