First solution in Clear category for Right to Left by vova1238
left_join = lambda phrases: ','.join(phrases).replace('right', 'left')
May 30, 2021