Commit 4f3617ef by BellCodeEditor

save project

parent b109d512
Showing with 6 additions and 3 deletions
......@@ -10,7 +10,10 @@ for i in message:
d=random.choice(miya)
e=a+c+d
f+=e
print(f)
print(list(message))
# 请对message进行遍历,取出所有元素
h=list(f)
noise="er"
h.insert(3,noise)
p="".join(h)
print(p)
# # 请对message进行遍历,取出所有元素
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