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.

how to solve it
Python  how to solve it Python 20) What is the output after

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!