Reverse - Tom Kleen

also that finding the length of a string is such a common operation that Python actually has a built-in function to do it called len: print(len('aeiou')) 5. Function len. len() returns the length (the number of items) of an object. len() ................
................