Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Short one solution in Creative category for Right to Left by krowkaokrowka
def left_join(phrases):
return (",".join(phrases)).replace("right", "left")
Feb. 21, 2015