You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Python script called calculator.py at the repository root that implements basic math operations (add, subtract, multiply, divide). It should work from the command line: python calculator.py add 2 3 should output 5.
Create a Python script called calculator.py at the repository root that implements basic math operations (add, subtract, multiply, divide). It should work from the command line:
python calculator.py add 2 3should output5.