Question: What should the result of this code be? my_list = ['pear', 'orange', 'pineapple', 'apple', 'peach', 'kiwi', 'banana'] my_other_list = my_list my_other_list.sort() print (my_list) print
What should the result of this code be? my_list = ['pear', 'orange', 'pineapple', 'apple', 'peach', 'kiwi', 'banana'] my_other_list = my_list my_other_list.sort() print (my_list) print (my_other_list) O a.) None b.) ['pear","orange","pineapple","apple"peach",kiwi",banana'] None c.) ['apple","banana",kiwi","orange","peachpear','pineapple'] ['apple","banana",kiwi","orange",peach",pear":"pineapple'] d.) ['pear"orange",pineapple"apple"peach",kiwi','banana'] ['apple","banana",kiwi"orange",peach',pear","pineapple'] O
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the ab... View full answer
Get step-by-step solutions from verified subject matter experts
