Likewise, we can convert a list into a tuple.

Great! The tuple() method takes a list and converts it into a tuple.

Psst: you can tell it's a tuple because it doesn't have square brackets.

Not quite. Try again!