Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Follow Instructions by tokiojapan55
def follow(instructions):
return (instructions.count('r')-instructions.count('l'), instructions.count('f')-instructions.count('b'))
May 26, 2020