#!/usr/local/bin/python
print('The Bright Side ' + 'of Life...')        # + means concatenate for strings
