Commit a3846839 by BellCodeEditor

save project

parent dc512703
Showing with 3 additions and 2 deletions
...@@ -2,7 +2,7 @@ import random ...@@ -2,7 +2,7 @@ import random
key='而获得大家都哥哥而一个位于该国韩国国会好好奋斗和的护额好的护额如果给' key='而获得大家都哥哥而一个位于该国韩国国会好好奋斗和的护额好的护额如果给'
miwen='我们一起去公园玩吧!' miwen='我们一起去公园玩吧!'
miyao='' miyao=''
text='%%……!&!%!¥!¥!%!¥!¥%' text='好烦好烦好烦公共方法都是打工'
for i in miwen: for i in miwen:
strt=i strt=i
str2=random.choice(key) str2=random.choice(key)
...@@ -10,6 +10,7 @@ for i in miwen: ...@@ -10,6 +10,7 @@ for i in miwen:
mima=strt+str2+str1 mima=strt+str2+str1
miyao=miyao+mima miyao=miyao+mima
li_text=list(miyao) li_text=list(miyao)
li_text.insert(1,text) index=random.randint(0,len(miyao))
li_text.insert(index,text)
stry=''.join(li_text) stry=''.join(li_text)
print(stry) print(stry)
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