Sort a List with sorted()
Sort the scores list in ascending order using
sorted(). Store the result in a variable called sorted_scores.Premium
Python
Setting up Python environment... Output