Commit 5b895cde by BellCodeEditor

save project

parent a753cf3f
Showing with 3 additions and 1 deletions
a=['1','2','3','3','5','6','7'] a=['1','2','3','3','5','6','7']
a.insert(2,'4') a.append(9)
print(a) print(a)
......
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