Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Short solution in Creative category for Right to Left by bartosz_lyzwa
def left_join(phrases):
return ','.join(map(lambda x:x.replace('right','left'),phrases))
Nov. 4, 2017