Which functions could be used on a list to convert it to a different data type?
tuple()
set()
dict()
bool()
tuple() and set().