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