5. New Score¶
5.1. Sorting in decreasing order¶
5.2. sort and reverse methods¶
The
sortmethod sorts the data.The use of
reversekeeps them in descending order.It is smarter to use
scores.sort(reverse=True)
    You have attempted  of  activities on this page 
  
  
    
  

