SyntaxFix
Write A Post
Hire A Developer
Questions
len(list_name) function takes list as a parameter and it calls list's __len__() function.
len(list_name)
__len__()