A program will only work properly if we as programmers keep track of what type of data is where. It's important, because that decides what we are able to do with a variable. For example, the following code works: # Example 1 print(kids_in_the_class + temperature)