Well done!
You have completed List Operations and Copying in Python Quiz!
Quiz Question 1 of 5
Consider the list city_list = ["New York", "Missoula", "Chicago", "Bozeman", "Birmingham", "Austin", "Sacramento"]
. If you apply city_list.sort()
and then city_list.reverse()
, what will be the order of the elements in the list, and why?
Choose the correct answer below: