Home »
Python »
Python Tuples MCQs
If you are writing a single element inside parentheses in double quotations what it will be considered as?
18. If you are writing a single element inside parentheses in double quotations what it will be considered as?
- String
- Tuple
- List
Answer: A) String
Explanation:
If you will write a single element in double quotation inside parentheses it will be considered a string data type.