Question 4 10 pts True or False listi – pear, Banana” “apple” list1.sortO print(list1) listi.sortCkey-lambda x: x.upperC print(list1) Given the code shown above, the output is as follows apple, Banana, pear True ○ False Show transcribed image text Question 4 10 pts True or False listi – pear, Banana” “apple” list1.sortO print(list1) listi.sortCkey-lambda x: x.upperC print(list1) Given the code shown above, the output is as follows apple, Banana, pear True ○ False
Solution
pear, apple, BananaBanana, apple,
OR
OR