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