Update README.md
Browse files
README.md
CHANGED
|
@@ -52,19 +52,20 @@ Subtract 50 from 100, divide result by 2, then multiply by 10.
|
|
| 52 |
|
| 53 |
**Output**
|
| 54 |
```yaml
|
| 55 |
-
<calculator>
|
| 56 |
-
operation: "multiply"
|
| 57 |
-
operands:
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
</calculator>
|
| 67 |
```
|
|
|
|
| 68 |
---
|
| 69 |
|
| 70 |
## Training Dataset
|
|
@@ -188,6 +189,5 @@ if match:
|
|
| 188 |
|
| 189 |
## Research Work
|
| 190 |
|
| 191 |
-
This research work was carried out by
|
| 192 |
-
[Abinesh Mathivanan](https://www.linkedin.com/in/abineshmathivanan/)
|
| 193 |
|
|
|
|
| 52 |
|
| 53 |
**Output**
|
| 54 |
```yaml
|
| 55 |
+
<calculator>
|
| 56 |
+
operation: "multiply"
|
| 57 |
+
operands:
|
| 58 |
+
- operation: "divide"
|
| 59 |
+
operands:
|
| 60 |
+
- operation: "subtract"
|
| 61 |
+
operands:
|
| 62 |
+
- 100
|
| 63 |
+
- 50
|
| 64 |
+
- 2
|
| 65 |
+
- 10
|
| 66 |
+
</calculator>
|
| 67 |
```
|
| 68 |
+
|
| 69 |
---
|
| 70 |
|
| 71 |
## Training Dataset
|
|
|
|
| 189 |
|
| 190 |
## Research Work
|
| 191 |
|
| 192 |
+
This research work was carried out by [Abinesh Mathivanan](https://www.linkedin.com/in/abineshmathivanan/)
|
|
|
|
| 193 |
|