Commit 1a8a9d88 by BellCodeEditor

save project

parent 3b01eafb
Showing with 27 additions and 0 deletions
#加
import random
key="u哦计划v财富"
wo="我明天抢银行,一起啊!"
b="$#$#%^54jhdd4b4d646s##@^"
e=""
for i in wo:
s1=i
s2=random.choice(key)
s3=random.choice(key)
b=s1+s2+s3
e=e+b
print(e)
\ No newline at end of file
#加密
key=u哦计划v财富
wo=我明天抢银行,一起啊!
b=$#$#%^54jhdd4b4d646s##@^
e=""
for i in wo:
s1=i
s2=random.choice(key)
s3=random.choice(key)
b=s1+s2+s3
\ 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