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