Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
map and count solution in Clear category for Follow Instructions by rafal.pawlowski
def follow(ins):
t = list(map(ins.count,['f','b','l','r']));
return (t[3]-t[2],t[0]-t[1])
Feb. 22, 2019