Sweet! The list() method takes tuples and converts them into lists.
list()
Remember the str() function for numbers? list() is the equivalent for tuples.
str()