Commit 4f3617ef by BellCodeEditor

save project

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