Commit dcfba8b0 by BellCodeEditor

save project

parent d5dcdea1
Showing with 3 additions and 19 deletions
·import random
kye="abcdefgh使用实现位移替换加密,制作密码机关实在是太好玩了哈哈"
message=input("请输入")
kye_message=""
noise="port:@#$%^&"
for i in message:
str1=i
str2 random.choice(kye)
str3 random.choice(kye)
text=str1+str2+str3
list_message=list(kye_message)
index=random.randint(0,len(kye_message))
list_message.insert(index,noise)
result_message="".join?(list_message)
print(result_message)
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
print(dict_hero)
\ 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