Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
str.count()... solution in Clear category for Follow Instructions by maksimus
follow = lambda s: (s.count('r')-s.count('l'), s.count('f')-s.count('b'))
May 23, 2020
Comments: