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
1
Answer:
tuple
Hope this answer will help you
Similar questions