Objectives - Tom Kleen

TypeError: can only concatenate str (not "int") to str. It would be nice if Python told you . what. must be a string, but it doesn't. This message means that we must convert the . hours. variable to a string before we can print it out. f Strings. Probably the simplest way to print in Python is by using an "f" string ("formatting" string). ................
................