# 1. Python List Transformation: Task 1: Sort the grades in descending order and print the sorted list. #3. Advanced Slicing Techniques: Given the list of temperatures, extract the temperatures for ...
In this repo, I'm completing the following assignment. Python List Transformation (python_list_transformation.py) Objective: The aim of this assignment is to practice list operations and ...