Commit aa051cce by BellCodeEditor

save project

parent 6b2de943
Showing with 3 additions and 2 deletions
......@@ -11,9 +11,10 @@ for i in a:
a=a+e
print(a)
f = list(a)
f.insert(3,m)
r = random.randint(0,len(m))
f.insert(r,m)
g="".join(f)
print(f)
print(g)
# 请使用索引的知识,取出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