how can i push a number into a list in python code example Example: add an element to list python a=[8,5,6,1,7] a.append(9)