Computer Science, asked by ajayvajpai9935, 8 months ago

_________function returns the number of characters in the string passed as an argument.​

Answers

Answered by rajas1111
1

Answer:

built-in function is the len function which tells us how many items are in its argument. If the argument to len is a string, it returns the number of characters in the string.

Answered by shahnazafairoz
2

Answer:

BUILT IN function returns the number of characters in the string passed as an argument.

Similar questions