What does the len() function return when called with the string 'banana'? fruit = 'banana' print(len(fruit))