Question: how to solve it Python 20) What is the output after executing the following python code? list1=['12', '8', '21', '32'] print(max(list1), min(list1)) A. 328 B.
20) What is the output after executing the following python code? list1=['12', '8', '21', '32'] print(max(list1), min(list1)) A. 328 B. 812 C. 3212 D. 821
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
