Commit 2899aa9e by BellCodeEditor

save project

parent 93d32f7a
Showing with 10 additions and 4 deletions
import random
key="信息加密好酷呀!"
str=random.choice(key)
print(str)
\ No newline at end of file
key="abcdefgh使用变成发i急急急"
message="诺伊,周末一起去看动漫展吧!"
key_message=""
for i in message:
stre1=i
stre2=random.choice(key)
stre3=random.choice(key)
stre4=stre1+stre2+stre3
print(stre4)
\ 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