Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kaushik94
Created April 22, 2019 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaushik94/d6933e32cdc693f60aa51f49eabbc009 to your computer and use it in GitHub Desktop.
Save kaushik94/d6933e32cdc693f60aa51f49eabbc009 to your computer and use it in GitHub Desktop.
strings = ['I', 'am', 'the', 'laziest', 'person', 'in', 'the', 'world' ]
s = ''
s.join(strings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment