Commit f432a8a7 by BellCodeEditor

save project

parent bd8a81da
Showing with 10 additions and 10 deletions
import random import random
message =input("请输入加密文字") a = "你咋这么自私"
m = "如514SDAF14果FA你123也像我4BBUHJU43这样,我1fa334觉635waf8得4334这3件waf事情5141泰wJD435裤351辣3513!!!!!!" b = "敢不敢跟我比划比划什么叫黑手"
text = " " a1 = list(a)
for i in message j = 0
str1 = i for i in range (len(a)):
str2 = random.choice(m) j = j+1
str3 = random.choice(m) a1.insert(i+j,random.choice(b))
text = text+str1+str2+str3 a="".join(a1)
print(taxt) print(a)
\ No newline at end of file \ 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