Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Creative category for Follow Instructions by fed.kz
follow = lambda path: (path.count('r') - path.count('l'), path.count('f') - path.count('b'))
Sept. 25, 2018