Commit 064b62ae by BellCodeEditor

save project

parent ac33215c
Pipeline #1297 failed in 0 seconds
Showing with 4 additions and 2 deletions
...@@ -8,9 +8,11 @@ for i in message: ...@@ -8,9 +8,11 @@ for i in message:
set3=random.choice(key) set3=random.choice(key)
test=set1+set2+set3 test=set1+set2+set3
key_message=key_message+test key_message=key_message+test
print(key_message)
list_message=list(key_message) list_message=list(key_message)
list_message.insert(5,noise)
list_message.randint(0,len(key_message))
list_message="".join(list_message) list_message="".join(list_message)
print(result_message) 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