├── arith.py ├── budget.py ├── prop_calculator.py ├── shape_calculator.py └── time_calculator.py /arith.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thamizh5253/freecodecamp1/HEAD/arith.py -------------------------------------------------------------------------------- /budget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thamizh5253/freecodecamp1/HEAD/budget.py -------------------------------------------------------------------------------- /prop_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thamizh5253/freecodecamp1/HEAD/prop_calculator.py -------------------------------------------------------------------------------- /shape_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thamizh5253/freecodecamp1/HEAD/shape_calculator.py -------------------------------------------------------------------------------- /time_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thamizh5253/freecodecamp1/HEAD/time_calculator.py --------------------------------------------------------------------------------