This Python script implements a basic calculator with addition, subtraction, multiplication, and division operations. It presents a menu for the user to select the operation they want to perform and prompts the user to input two numbers. After inputting the numbers, it performs the selected operation and displays the result.
- Run the script in a Python environment.
- Choose the operation: Add, Subtract, Multiply, or Divide.
- Enter the first number when prompted.
- Enter the second number when prompted.
- The script will display the result of the chosen operation.