Q16
What is the result of len("python") ?
A.
6
AnswerB.
5
C.
7
D.
"python"
Answer: Option A
Solution
Answer: Option A
Solution:
The len() function returns the length of a sequence, such as a string.
Python MCQs: Variable Names and Operators Chapter
Programming · Python · question 16
Q16
Answer: Option A