Computer Science, asked by dhusnyraj, 3 months ago

What is the data type of the following aTuple = (1, 'Jhon', 1+3j) print(type(aTuple[2:3])) 

list

complex

tuple

dictionary​

Answers

Answered by madhalaimuthucharlas
1

Answer:

tuple

Hope this answer will help you

Similar questions