WARNING: This program does not run, which means that we need to fix it!

RULE: You cannot combine different data types like strings and integers.

  • Click Run and read the error message.
  • Debug the program so that the puppy tells us how old it is. You must use str() around the age variable.
  • Surrounding the integer variable with str() lets the computer pretend all parts are a string.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE