A.lst[-1]B.lst[len(lst)-1]C.lst[5]D.lst.pop()E.lst.last()
A.s.upper()B.s.toUpperCase()C.str.upper(s)D.s.capitalize()E.s.lower()
A.appendB.extendC.insertD.removeE.pop