Q35
What is the result of len("Hello, World!") ?
A.
13
AnswerB.
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.