Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner solution in Clear category for Follow Instructions by Stensen
follow = lambda t: (t.count('r')-t.count('l'), t.count('f')-t.count('b'))
Sept. 22, 2020
Comments: