This video presents a learning exercise to help you make a simple command-line calculator program in Python . While we’ll go through one possible way to make this program, there are many opportunities to improve the code and create a more robust calculator.
We’ll be using math operators, variables, conditional statements, functions, and handle user input to make our calculator.