Skip to content

Instantly share code, notes, and snippets.

@stephendarling
Created November 11, 2018 13:01
Show Gist options
  • Save stephendarling/e7b9ab4cec2a7daa8f9c611f8fef6dba to your computer and use it in GitHub Desktop.
Save stephendarling/e7b9ab4cec2a7daa8f9c611f8fef6dba to your computer and use it in GitHub Desktop.
# ~/src/lib/utilities.py
def concat_strings(a, b)
new_string = str('{} {}'.format(a,b))
return new_string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment