Programming (Year 12)
Built-in Functions
In Python, what does the len() function return?
The length of a string
The last item of a list
The index of an item
The sum of a list
Next