Q. What is the output of `len('Python')`? (A) 6 (B) 5 (C) 7 (D) Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 6 Explanation: The string 'Python' has 6 characters.