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