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,).


Discussion

No Comment Found