# Introduction In this lab, you need to write a program that sorts a list of tuples by name (ascending), age (ascending) if the names are the same, and score (ascending) if both the names and ages are the same.
Click the virtual machine below to start practicing