First solution in Clear category for Right to Left by tokiojapan55
def left_join(phrases): return ",".join(phrases).replace("right", "left")
June 22, 2020