Commit 8b43ed6c by BellCodeEditor

save project

parent 1cc17dd6
Showing with 0 additions and 16 deletions
key='fgkfudghfgnjfgfdhgkjfdgnfightkrgregijrtgirkiglrgrgergjkrgkrhg'
message = "诺依,周末一起去看动漫展吧!"
import random
last=''
for i in message:
test1=i
test2=random.choice(key)
test3=random.choice(key)
last+=test1+test2+test3
print(last)
gan='^$^%^&%&%'
last1=list(last)
print(last1)
last1.insert(random.randint(0,len(last1)),gan)
print(last1)
print(''.join(last1))
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