array insert pyton code example Example: how to add elememt in pytohn ls=[] ls.append('Apple') ls.append('Mango') for i in ls: print(i)