Which functions could be used on a list to convert it to a different data type?

tuple() and set()dict() and bool()type conversion isn't possible on a list

tuple() and set().