Created
April 11, 2021 00:00
-
-
Save ofelix03/cb420ddd40a889807fedbf972568b339 to your computer and use it in GitHub Desktop.
string-concatenations-with-comma-delimeters-better
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
| names = ['Samuel Mensah', 'Thomas Fynn', 'George Stone'] | |
| names_str = ", ".join(names) | |
| print("names_str: ", names_str) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment