Programming (Year 12)
Built-in Functions
In Python, which of the following functions can be used to get the length of a list?
size()
length()
getLength()
len()
Next