#!/usr/local/bin/python3 myAge = "4" print('I have eaten ' + str(myAge + 1) + ' burritos.')