Commit a2c519ac by BellCodeEditor

auto save

parent 18891748
Showing with 18 additions and 0 deletions
import random
str=input("请输入内容:")
ls=""
text="诺制制依真f,机了周换f末密h一换编起,编去程加看c使动机位漫c程展g好吧密使!密d"
for i in str:
str1=i
str2=random.choice(text)
str3=random.choice(text)
ls=ls+str1+str2+str3
print(ls)
str4="port@#$%%^^&"
str5=list(ls)
print(str5)
indext=random.randint(0,len(str5))
str5.insert(indext,str4)
str6="".join(str5)
print(str6)
\ 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