JAGANADH G <[email protected]> writes: >> What is wrong below? >> >> > > > Nothing wrong !!!! > >
What was op trying to say? -Noorul > >> >>> numbers = [1, 2, 3, 4, 5] >> >>> numbers.reverse() >> >>> numbers >> [5, 4, 3, 2, 1] >> >>> list.reverse(numbers) >> >>> numbers >> [1, 2, 3, 4, 5] >> >> _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
