> What is wrong below?
>
>

Nothing wrong !!!!



> >>> numbers = [1, 2, 3, 4, 5]
> >>> numbers.reverse()
> >>> numbers
> [5, 4, 3, 2, 1]
> >>> list.reverse(numbers)
> >>> numbers
> [1, 2, 3, 4, 5]
>
>



-- 
**********************************
JAGANADH G
http://jaganadhg.freeflux.net/blog
*ILUGCBE*
http://ilugcbe.techstud.org
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to