Q. What is the output of `len('Python')`?
β
Correct Answer: (A)
6
Explanation: The string 'Python' has 6 characters.
Explanation: The string 'Python' has 6 characters.