Commit 80f107d2 by BellCodeEditor

save project

parent 5a293d8e
Showing with 12 additions and 0 deletions
import random
key="abcdoasjdoasij爱时间都拉斯京东曹书记动力撒娇"
message="lasdlaskmdl"
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)
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