Commit 0fea1eb4 by BellCodeEditor

save project

parent ea3f0987
Showing with 16 additions and 14 deletions
import random import random
key='激发大34大扩大' key='激发大34大Ish吸尘器mael看扩大'
message="诺伊,周末一起去动漫展吧!" message=input()
key_message="" key_message=""
for i in range(len(message)): noise = '@#$(&%$jcs;)89a$d%#%#r69123$^755u@&has*5a'
a=message[i] for i in message:
b=random.choice(key) str1=i
c=random.choice(key) str2=random.choice(key)
d=a+b+c str3=random.choice(key)
key_message=key_message+d next=str1+str2+str3
print(key_message) key_message=key_message+next
message1=list(key_message) list_message = list(key_message)
message1.insert(random.randint(0,len(message1)),"@$%^&*))&^%($#@!!@#$%^))") index = list(key_message)
message2="".join(message1) index =random.randint(0,len(key_message))
print(message2) list_message.insert(index,noise)
\ No newline at end of file result_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