Commit 05f89f25 by BellCodeEditor

save project

parent e31a23d6
Showing with 20 additions and 5 deletions
message = "诺依,周末一起去看动漫展吧!" import random
key="abcdefghvfuyfuyuyvui醋鱼uivuiv不哦比哦贵v哦uiv比较job会哦吧了"
message=input("请输入:")
message="诺依,周末一起去看动漫展!"
key_message=""
noise="!@#$%^euygu"
for i in message: for i in message:
print(i) str1=i
\ No newline at end of file str2=random.choice(key)
str3=random.choice(key)
test=str1+str2+str3
key_message=key_message+test
list_message=list(key_message)
index=random.randint(0,len(list_message))
list_message.insert(index,noise)
result_message="".join(list_message)
print(result_message)
import random import random
key="信息加密好酷呀!" key="信息加密好酷呀!"
str=random.choice(key) str=random.choice(key)
print(str)
\ 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