Commit 847fca6d by BellCodeEditor

save project

parent 0a4104e7
Showing with 16 additions and 14 deletions
a="asdfghjkl"
for i in a:
print(i)
\ No newline at end of file
import random
key="回过头服务厂家发货尽快和分配给使用规范辅导英语看法"
m="法国红酒永远的神"
for i in m:
str3=i
str1=random.choice(key)
str2=random.choice(key)
text=str1+str3+str2
print(text)
\ No newline at end of file
import random
key="abcdefgnbnbnbnbnbnbnbnb"
a="fhjsnfja"
m="诺依,周末一起去看漫展吧!"
d=""
for i in m:
str3=i
str1=random.choice(key)
str2=random.choice(key)
text=str3+a+str1+str2
d=d+text
list_sb=list(d)
list_sb.insert(7,a)
c="".join(list_sb)
print(c)
\ 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