Commit 24d78b26 by BellCodeEditor

save project

parent 52654cf3
Showing with 4 additions and 0 deletions
......@@ -17,6 +17,10 @@ list_message=list(key_message)
list_message.insert(5,noise)
resurt_message=''.join(list_message)
print(resurt_message)
index=random.randint(0,len(key_message))
list_message.insert(index,noise)
resurt_message="".join(list_message)
print(resurt_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