Description
Write a Python Program to make a calculator with operations such as Addition, Subtraction, Multiplication and
Division of Two Numbers.
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Know How to make a calculator.
● Print the Sum, Difference, Product or Quotient.
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.