There may be times when we want to change our tuple into a list. In order to do this, we can use the list() function.

Sweet! The list() method takes tuples and converts them into lists.

Remember the str() function for numbers? list() is the equivalent for tuples.