Commit 7eb34534 by BellCodeEditor

save project

parent 2d3105be
Showing with 11 additions and 7 deletions
message = "诺依,周末一起去看动漫展吧!" import random
message = "哥们,你这瓜保熟吗?"
a="你劈我瓜是吧!gfsojgo房管局哦i的烦恼v媒婆啊】。‘"
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
i=0 str5 = " "
for i in message:
while i<len(message): str1 = i
print(message[i]) str2 = random.choice(a)
i+=1 str3 = random.choice(a)
str4 = str1+str2+str3
str5 = str5 + str4
print(str5)
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