Commit 6c520e48 by BellCodeEditor

save project

parent b1aac75b
Showing with 7 additions and 2 deletions
b=['1','2','1','3']
b.remove('1')
\ No newline at end of file
print(b)
b.remove('1')
print(b)
a=['a']
a.insert("b")
a.extend(b)
\ 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