Today's Question

1)Can list be converted to tuple ? If yes then Why? If no, then why no?
–Yes, Because,I think so to convert a Python list to a tuple there is a tuple() function. An iterable can be passed as an input to the tuple () function, which will convert it to a tuple object and it will return the tuple data type as an output.

1 Like

Correct @prasannpatil18

1 Like

@prasannpatil18
Good explanation :+1: