word that you put in quotes is just a string of letters called a "str" in python. Numbers that don't have a decimal point are integers and are called "int" in python. You can't add a str and an int. But you can turn a number into a string if you use the str() function.