Commit 46c974a9 by BellCodeEditor

save project

parent 18891748
Showing with 17 additions and 0 deletions
import random
key="abcdefg周傻逼™卍而各地的就哈哈二雨哦拿不出手"
a="ghyj周傻逼对于客户如五年所以的话系统文化!"
m=input("请输入加密内容")
b="周傻逼的月收入小公司的我确认装修成本你们立刻脚后跟范德萨五千人同意"
for i in m:
str3=i
str1=random.choice(key)
str2=random.choice(key)
text=str3+str1+str2
b=b+text
list_a=list(b)
list_b=random.randint(1,len(m))
list_a.insert(list_b,b)
list_c="".join(list_a)
print(list_c)
\ 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