The following code uses TEST as the delimiter to join list together.
print( 'TEST'.join(['eggs', 'sausage', 'ham', 'toast']) )