Commit 09ed6f2a by BellCodeEditor

save project

parent 4b86ca10
Showing with 15 additions and 0 deletions
import random
kry="fye456u65564342rfdbgfg"
message ="zrt45yrtfcvhjty765t"
key_messge=""
noise = "@#$%^%^&**^$"
for i in message:
str1=i
str2=random.chice(key)
str2=random.chice(key)
text = str1+str2+str3
key_messge=key_messge+text
list_message = list(key_messge)
list_message.insert(5,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