Commit edc0e820 by BellCodeEditor

save project

parent 57c738ed
Showing with 15 additions and 0 deletions
import random
p="xn dgrvucwsu8nwiehy$$#%^&^*!u9837hv4ecduhd"
l=input("请输入要加密的文字:")
e=""
for i in l:
f1=i
f2=random.choice(p)
f3=random.choice(p)
e=e+f1+f2+f3
l=list(l)
l.insert(random.randint(1,len(l)),"dd")
print(e)
rer=[1,2,3]
print(rer)
\ 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