Currently we support: append(), insert(), remove() and pop(). TODO: * [ ] extend() * [x] clear() - https://github.com/lcompilers/lpython/pull/952 * [x] index() * [x] count() * [ ] reverse() * [ ] copy() * [ ] sort() Source: https://docs.python.org/3/tutorial/datastructures.html#more-on-lists