Commit 68296a9b by BellCodeEditor

save project

parent 5f3d4f28
Showing with 2 additions and 1 deletions
......@@ -14,6 +14,7 @@ for i in message:
ABC=A+B+C
p=p+ABC
p = list(p)
p.insert(2,noise)
index=random.randint(0,len(p))
p.insert(index,noise)
result_message = "".join(p)
print(result_message)
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