Home »
Python »
Python Tuples MCQs
In python tuples, different elements are separated by which symbol?
3. In python tuples, different elements are separated by which symbol?
- :
- ,
- ::
- None of the above
Answer: B) ,
Explanation:
In python tuples, elements are separated by a comma ( , ) symbol.