Skip to content

Instantly share code, notes, and snippets.

@chansuke
Created August 18, 2014 04:41
Show Gist options
  • Save chansuke/afb0f81ded44e5127600 to your computer and use it in GitHub Desktop.
Save chansuke/afb0f81ded44e5127600 to your computer and use it in GitHub Desktop.
Check iO "Right to Left" solution
def left_join(phrases):
return ",".join(phrases).replace("right","left")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment