Commit 1408d55a by BellCodeEditor

auto save

parent ab4def41
Showing with 2 additions and 16 deletions
message = "诺依,周末一起去看动漫展吧!" message=input("你要加密什么?")
key="sdh是第几个33.325" \ No newline at end of file
import random
b=""
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
a=str1+str2+str3
b=b+a
c=list(b)
d=
c.insert(4,";.[;.[o]]")
d="".join(c)
print(d)
\ 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