There was an error while loading. Please reload this page.
README.md
1 parent 2d345cb commit d835a55Copy full SHA for d835a55
README.md
@@ -24,6 +24,8 @@ These projects are ideal for those new to Python. Each project includes a descri
24
### 1. Calculator
25
- **Description**: Build a simple calculator that performs basic arithmetic operations (`+`, `-`, `*`, `/`).
26
27
+- **Solution**: https://github.com/Infinitode/Python-Projects/blob/main/Beginner/1_calculator.py
28
+
29
- **Steps**:
30
1. Prompt the user for two numbers and an operator.
31
2. Perform the chosen operation.
0 commit comments