diff --git a/03_Day_Operators/03_operators.md b/03_Day_Operators/03_operators.md index e1c41d33b..8eb82d2ea 100644 --- a/03_Day_Operators/03_operators.md +++ b/03_Day_Operators/03_operators.md @@ -150,7 +150,7 @@ print('division: ', div) print('remainder: ', remainder) ``` -Let's start start connecting the dots and start making use of what we already know to calculate (area, volume, weight, perimeter, distance, force) +Let's start connecting the dots and making use of what we already know to calculate area, volume, weight, perimeter, distance, and force. **Example:**