To add an element to a list which of the following expression is correct ?
s.append()
s.addElement()
s.add()
s.appendElement()
Refer to - https://www.pythoneasy.com/python-programming-tutorial/python-list-methods
Comment here: