Commit dfc57e25 by BellCodeEditor

save project

parent 1efb6f62
Pipeline #1295 failed in 0 seconds
Showing with 9 additions and 2 deletions
key="74986158765808575901274" key="74986158765808575901274"
message="86736085698" message="86736085698"
key_message="" key_message=""
noise="76088243858"
for i in message: for i in message:
set1=i set1=i
set2=range.choice(key) set2=random.choice(key)
set3=range.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) print(key_message)
list_message=list(key_message)
list_message.insert(5,noise)
list_message="".join(list_message)
print(result_message)
\ No newline at end of file
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