Commit 6f2ebff0 by BellCodeEditor

save project

parent bf3170f6
Showing with 8 additions and 0 deletions
a=['A']
b=['B','C','D','F']
b.pop(3)
\ No newline at end of file
a=['1','2','3','2','4','3']
remove('2')
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