Q. What is the result of `len('Python')`?
β
Correct Answer: (B)
6
Explanation: `'Python'` has 6 characters, so `len('Python')` returns 6.