π β Calculator: + β Γ Γ·
Taskβ
- Create a file named calculator.py.
- Read two numbers (use float) from input.
- Print the results of: +, -, *, /.
- If the second number is 0, donβt crash on division (print a message).
- (Optional) Ask for the operator (+ - * /) and only do that one.