Commit 0a8014ee by BellCodeEditor

auto save

parent 027d3568
Showing with 16 additions and 4 deletions
message = "诺依,周末一起去看动漫展吧!" import random
m = "我有100元,我们"
# 请对message进行遍历,取出所有元素 x="鸡汤来了"
jj="不咸不淡,味道好极了"
s_k=" "
for i in m:
for j in range(random.randint(1,10)):
ken1=random.choice(x)
ken2=random.choice(x)
s=i
s_k+=s+ken1+ken2
jf=list(s_k)
jf.insert(random.randint(1,10),jj)
m="".join(jf)
print(m)
\ 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