_________function returns the number of characters in the string passed as an argument.
Answers
Answered by
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
2
Answer:
BUILT IN function returns the number of characters in the string passed as an argument.
Similar questions