Formating output in Python

This is just a tidbit about formatting output from Python.

'{} {}'.format(self.first, self.last) would give you "Erich Forler".


Print