Commit 3e602f15 by BellCodeEditor

save project

parent 80f43735
Showing with 3 additions and 14 deletions
import random
message = input()
#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
dic = {12:2,13:3}
dic[12] = 3
\ 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