Created
March 6, 2019 05:54
-
-
Save ZhigangPu/52c5d32e2615620e715d36f34afe002d to your computer and use it in GitHub Desktop.
string operation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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