Possible Duplicate:
How can I reverse a list in python?
How do I reverse the order of a list:
eg. I have lines.sort(key = itemgetter(2))
that is a sorted list. What if I wanted that list exactly as it is ordered, but in reverse order?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
or if you just want to reverse the list
or if you want to copy the list into a new, reversed list