Commit 886ae29b by BellCodeEditor

save project

parent 18891748
Showing with 17 additions and 0 deletions
message = input("请输入")
key="djfnvjfhiuxchgifghidshgoifkhgoidkfhbgoifkjhnbkxfhbkvjjhklfdx,jhodlfkjhb.lkfnbjoih"
import random
jkl=""
for i in range(len(message)):
str1=message[i]
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
jkl=jkl+text
iii="asklygdhkfsjcvdjkghsdhjktsfhxvhjhhkfsjdhfitdgfjknbnfntrgdmkvnjbgjdnvckxbfdgiskfmldkvnjfgeifk;sdgouhrwifeadnkjouethrwugbhrgjafbshuteogrfjlsdnbghruegljbfgh"
jkl=list(jkl)
jkl.insert(random.randint(0,len(jkl)-1),iii)
jkl="".join(jkl)
print(jkl)
\ 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