Commit f96d05d1 by BellCodeEditor

save project

parent 68ffde89
Showing with 20 additions and 4 deletions
message = "诺依,周末一起去看动漫展吧!" import random
# 请对message进行遍历,取出所有元素 key="!@#$%^&^%@#$%^&*()(*&^%$#$%^&*(*&^%$#$%^&*("
for i in (len(message):
print(message[i],end="") cdk="一二四五六6七八九十三"
noise="!@#$%^^%$%^&*&^"
e=""
for i in cdk:
a=i
b=random.choice(key)
c=random.choice(key)
d=a+b+c
e=e+d
list_e=list(e)
p=random.randint(0,len(list_e))
list_e.insert(p,noise)
f="".join(list_e)
print(f)
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