python find first and last occurrence in string code example Example: find last appearance python >>> s = 'hello' >>> s.rfind('l') 3