Computer Science, asked by sathyaisro70, 17 hours ago

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

Answers

Answered by SukhmanSinghBhogal
0

Answer:

syntax error

Explanation:

for tuple () brackets are used

for list [] brackets are used

for dictionary {} are used

Similar questions