Examveda

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

A. 13

B. 12

C. 14

D. "Hello, World!"

Answer: Option A

Solution (By Examveda Team)

The len() function returns the length of a sequence, such as a string.

This Question Belongs to Python Program >> Data Types And Numeric Types

Join The Discussion

Related Questions on Data Types and Numeric Types