Prompts the user for 2 numbers and an operator, it calculates the results.
python console_calculator.py
Reads the calc.txt
file, gets the result of each calculation and prints the sum of all numbers.
python file_read_calculator.py
Reads the file_navigator.txt
file. It starts at line 1 and goes to the line number given or the line number of the result of the calculation
python file_navigator.py
Contains functions that are imported and used in each script
from utils import calculator
print(calculator(10, 25, 'x'))