Commit 89479dcb by BellCodeEditor

save project

parent ce21ddab
Showing with 12 additions and 4 deletions
m = "诺依,周末一起去看动漫展吧!" message = "大香蕉,一条大香蕉,hi!你的感觉真的很奇妙"
key="前轱辘不转后轱辘转思密达"
import random
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
for i in m: m = ""
print(i) for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
m=m+text
print(m)
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