Allows you to join a list of strings into a single string.
>>> ', '.join(['cats', 'rats', 'bats']) 'cats, rats, bats'
Type to start searching