Computer Science, asked by sathyaisro70, 9 hours ago

x= tuple(list(1,2,3,4,5))) . what's the data type of X​

Answers

Answered by prakashjay
1

Answer:

Although your question is confusing. but the answer should be Tuple.

Explanation:

Its confusing because you cannot create list in such format like list(,,,,,) because you will be getting an error for sure. but you can typecast other variables to list using list keyword.

Similar questions