SyntaxFix
Write A Post
Hire A Developer
Questions
The method len() returns the number of elements in the list.
Syntax:
len(myArray)
Eg:
myArray = [1, 2, 3] len(myArray)
Output:
3