Q. What is the output of len([1, 2, 3])?
Solution:
len([1, 2, 3]) returns 3, counting the number of elements.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
len([1, 2, 3]) returns 3, counting the number of elements.
Strengthen Your Practice with our comprehensive question bank.