python-novice-inflammation
python-novice-inflammation copied to clipboard
08-defensive.md: "Testing Assertions" exercise inconsistency
In episode 8, the "Testing Assertions" exercise calls a function called get_total_cars. In a function definition shortly after, the function is called get_total. I am unclear what "cars" specifically has to do with the functionality of the function in this example, and it isn't explained. Should reference to "cars" be removed from the exercise?