Commit b345e7a8 by BellCodeEditor

save project

parent 3f3dd995
Pipeline #8680 failed in 0 seconds
Showing with 10 additions and 2 deletions
import random
message='诺依,周末一起去看动漫展吧!' message='诺依,周末一起去看动漫展吧!'
key='附图一件很酷很高/b放弃mnFDSHLILJAHGi很简单佛奥我还有点钱气氛去人安慰;啊IQ为哟呵方 bnrtgfgrt '
key_message=''
for i in range(len(message)): for i in range(len(message)):
print(message[i]) a=message[i]
\ No newline at end of file b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message+=d
print(key_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