Commit dc81bd0e by BellCodeEditor

save project

parent b1b62b9b
Showing with 13 additions and 0 deletions
import random
message = '诺依,我们周末一起去看漫展吧!'
key = '!@#$%^&*()_+'
fini = ''
message = list(message)
for i in range(len(message)):
me = random.choice(message)
message.remove(me)
ke = random.choice(key)
temp = ke+me
fini += temp
print(fini)
\ 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