Commit 5e081109 by BellCodeEditor

save project

parent dc5e423c
Showing with 4 additions and 2 deletions
import random
key = "abcde"
message="1234567"
onise = "ufausfuuafusf"
message=input("")
noise = "safdhkjhfjdshfdshkjfhdshkhakjshk"
key_message=""
for i in message:
s1=random.choice(key)
......@@ -11,8 +12,9 @@ for i in message:
print(key_message)
list_message=list(key_message)
list_message.inester(4,noise)
list_message.insert(4,noise)
result_message="".join(list_message)
index=random.randint(0,len(key_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