Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Gets it done solution in Clear category for Follow Instructions by martin_b
follow = lambda i: (i.count('r') - i.count('l'), i.count('f') - i.count('b'))
March 30, 2018
Comments: