Commit 2effa843 by BellCodeEditor

save project

parent bfb0767b
Showing with 11 additions and 3 deletions
import random
key = "abcde"
message="1234567"
onise = "ufausfuuafusf"
key_message=""
for i in message
for i in message:
s1=random.choice(key)
s2=random.choice(key)
s3=i+s1+s2
key_message=key_message+s3
print(key_message)
\ No newline at end of file
print(key_message)
list_message=list(key_message)
list_message.inester(4,noise)
result_message="".join(list_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