Commit 41cf552b by BellCodeEditor

save project

parent 15632dca
Showing with 14 additions and 6 deletions
import random
key='kursjdhvgdhgrdhtn 843分数vi额u高速率斯恶二vui额uviuuiUFO二imui二五iu莫i额uoir'
message = 'kjzjaf'
key_message=''
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),":L{}::>:>>")
print(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