Commit f6a4e22c by BellCodeEditor

save project

parent 501193d3
Pipeline #1320 failed in 0 seconds
Showing with 15 additions and 7 deletions
import random
key ="abcdefg"
message ="诺依周末去看动漫展吧"
key_mes=""
for i in message:
str=i
str1=random.choice(key)
srt2=random.choice(key)
text=str+str1+srt2
key_mes=key_mes+text
print(key_mes)
\ No newline at end of file
import random
import random
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