Get startedGet started for free

Absolute imports

Fantastic! You've successfully built the FinancialCalculator class.

To use the FinancialCalculator in the main.py file, you'll need to import it. This time, use an absolute import.

This exercise is part of the course

Case Study: Building Software in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise