2.2 List Operations
Lab 2.2.1
Create a Python list using the ages of US Supreme Course Judges (as of 2021):72,82,66,70,66,60,53,56,49
- write a Python code to sort the ages
Lab 2.2.2
Create a Python list using the ages of US Supreme Course Judges (as of 2021):72,82,66,70,66,60,53,56,49
- write a Python code to display the oldest age
Lab 2.2.3
Create a Python list using the ages of US Supreme Course Judges (as of 2021):72,82,66,70,66,60,53,56,49
- write a Python code to display a list from the oldest to the youngest
Adapted from Python for Introductory Statistics: Student's Lab Workbook, by Simon Aman (Truman College, City Colleges of Chicago), licensed under CC BY 4.0. Changes were made: reformatted as an accessible XYZ web edition with live in-browser code cells. License: CC-BY-4.0.