First solution in Clear category for Right to Left by maxadamski
def left_join(phrases): return ','.join(phrases).replace("right", "left")
Oct. 19, 2017