Tuple() takes ............... as an argument.
(a) list
(b) string
(c) dictionary
(d) all of these
Answer:
-lock-
The python tuple( ) method takes the following data types as an argument:
- List
- String
- Dictionary
- Iterable
- sequence
So, the correct answer is (d) all of these.
-endlock-