Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Right to Left by Alex121994
def left_join(phrases):
a=','
a=a.join(phrases).replace('right', 'left')
return a
Dec. 9, 2014
Comments: