Commit e54c1584 by BellCodeEditor

save project

parent c8de2c30
Showing with 21 additions and 0 deletions
import random
key="信息加密好酷啊!"
str=random.choice(key)
print(str)
\ No newline at end of file
import random
key="asdffgggg放大范德萨发发发"
message="我真帅"
kk=''
noise="jdja#$%%%%@@@#"
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
kk=kk+text
oo=list(kk)
oo.insert(5,noise)
yy="".join(kk)
print(yy)
\ 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