

InterviewSolution
Saved Bookmarks
1. |
What is the data type of (1)?(a) Tuple(b) Integer(c) List(d) Both tuple and integer |
Answer» Right choice is (b) Integer For explanation: A tuple of one element must be created as (1,). |
|