Great! The tuple() method takes a list and converts it into a tuple.
tuple()
Psst: you can tell it's a tuple because it doesn't have square brackets.
Not quite. Try again!