Commit 0058305b by BellCodeEditor

save project

parent 7eb34534
Showing with 7 additions and 3 deletions
import random
message = "哥们,你这瓜保熟吗?"
message = "哥们,你TM的这瓜保熟吗?"
a="你劈我瓜是吧!gfsojgo房管局哦i的烦恼v媒婆啊】。‘"
b="你嫌贵我还嫌贵!"
# 请对message进行遍历,取出所有元素
str5 = " "
for i in message:
str1 = i
str1 = i
str2 = random.choice(a)
str3 = random.choice(a)
str4 = str1+str2+str3
str5 = str5 + str4
print(str5)
str6=list(str5)
str6.insert(random.randint(0,10),b)
str7="".join(str6)
print(str7)
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