Commit dd77f40d by BellCodeEditor

save project

parent 18891748
Showing with 24 additions and 0 deletions
message = input('输入加密语句:')
text=""
text2=[]
# 请使用索引的知识,取出message所有元素(不用遍历的方式)message[]
key='asdawdw打发\]我就发我回复法搜大家¥%&*(&%¥'
import random
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=text+str1+str2+str3
_random=random.randint(0,len(text2))
text2=list(text)
str4="奇4567D敬爱的及^&*"
text2.insert(_random,str4)
text2.append(_random)
text3 = "".join(text2)
print(text3)
text4=list2[-1]
for a in text4:
text2.pop(-1)
text2.pop(random+a)
print(text2)
\ 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