#!/usr/local/bin/python3 print('spam' + 'spamspam') print('I have eaten ' + str("99") + ' burritos.')