A common misunderstanding about list.append() for newbies-----> like me
Well,list.append()istoappendanelementtotheendofalistHowever,ifthiselementisalisttoo,append()willnotcopythislisttothenewlygeneratedlist,butsimplymakesareferencetothislist.So,anychangetothislistwillalso