Exercise 1: Basic Calculator Lab Exercise Instructions: Create a new Python file called calculator.py Implement the calculator program following these steps: First, ask the user to input an operator Then, ask for two numbers Use conditional stat...