SyntaxFix
Write A Post
Hire A Developer
Questions
The len() function can be used with several different types in Python - both built-in types and library types. For example:
len()
>>> len([1, 2, 3]) 3