Examveda

What is the result of len("python") ?

A. 6

B. 5

C. 7

D. "python"

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 >> Variable Names And Operators

Join The Discussion

Related Questions on Variable Names and Operators