10 pts DQuestion 4 True or False listl – C”pear”, “Banana”, “apple”l list1.sortC print(list1) list1. sortCkey-1ambda x: x. upperO) print(listl) Given the code shown above, the output is as follows: apple, Banana, pear True ○ False Show transcribed image text 10 pts DQuestion 4 True or False listl – C”pear”, “Banana”, “apple”l list1.sortC print(list1) list1. sortCkey-1ambda x: x. upperO) print(listl) Given the code shown above, the output is as follows: apple, Banana, pear True ○ False
Solution
Second print
OR
OR