First solution in Clear category for Right to Left by juliakhulla
def left_join(phrases): return ",".join(phrases).replace("right", "left")
Nov. 23, 2016