Commit 26795a9e by BellCodeEditor

save project

parent 864d7160
Showing with 3 additions and 7 deletions
a=['1','3','4','5'] a=[1,2,3,4,7,8,9]
a.insert(1,"2") print(a[4:7])
a.append("6") \ No newline at end of file
b=['7']
a.extend(b)
print(a)
\ No newline at end of file
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