Len function in python explained Python bootcamp |

Опубликовано: 08 Февраль 2026
на канале: TECHYRICK
29
like

Blog post: https://bit.ly/3kKWidF
.
.
.
.
The len() function returns the number of items in the object field.

When the object is a string, the len() function returns the number of characters in the string.

In simple words I can if the string is “moulik” there are 6 letters so, the value returns will be 6.
.
.
.
.
#lenfunction #python