Skip to content

Commit d835a55

Browse files
committed
Updated README.md.
1 parent 2d345cb commit d835a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ These projects are ideal for those new to Python. Each project includes a descri
2424
### 1. Calculator
2525
- **Description**: Build a simple calculator that performs basic arithmetic operations (`+`, `-`, `*`, `/`).
2626

27+
- **Solution**: https://github.com/Infinitode/Python-Projects/blob/main/Beginner/1_calculator.py
28+
2729
- **Steps**:
2830
1. Prompt the user for two numbers and an operator.
2931
2. Perform the chosen operation.

0 commit comments

Comments
 (0)