Vidyalelo
Python · Q35

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 35

Q35

What is the result of len("Hello, World!") ?

A.
13
Answer
B.
12
C.
14
D.
"Hello, World!"

Answer: Option A

Solution

Answer: Option A
Solution:
The len() function returns the length of a sequence, such as a string.