First solution in Clear category for Right to Left by W.Zalicki
def left_join(phrases): return ",".join(phrases).replace("right","left")
Nov. 5, 2017