Skip to content

Instantly share code, notes, and snippets.

@ZhigangPu
Created March 6, 2019 05:54
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 ZhigangPu/52c5d32e2615620e715d36f34afe002d to your computer and use it in GitHub Desktop.
Save ZhigangPu/52c5d32e2615620e715d36f34afe002d to your computer and use it in GitHub Desktop.
string operation
# join strings
letters = ['h', 'e', 'l', 'l', 'o']
''.join(letters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment