Checking inflation
You've been asked to support the UK Government in analyzing their inflation statistics.
They've supplied you with data for September and August 2023 stored as two float variables, inflation_september
and inflation_august
respectively.
You'll need to build a workflow that compares these statistics.
This exercise is part of the course
Introduction to Python for Developers
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Check if September inflation is less than August inflation
____ ____ ____ ____:
____("____")