Update README.md
Browse files
README.md
CHANGED
@@ -62,8 +62,8 @@ Other Examples:
|
|
62 |
|
63 |
**Human:** Solve the following problem in python.
|
64 |
**Input:** Given variable a and variable b, return then sum of the a and b.
|
65 |
-
**Assistant:** sum = a + b
|
66 |
-
print(sum)
|
67 |
|
68 |
**Human:** Classify the following into animals, plants, and minerals
|
69 |
**Input:** Oak tree, copper ore, elephant
|
|
|
62 |
|
63 |
**Human:** Solve the following problem in python.
|
64 |
**Input:** Given variable a and variable b, return then sum of the a and b.
|
65 |
+
**Assistant:** sum = a + b
|
66 |
+
print(sum)
|
67 |
|
68 |
**Human:** Classify the following into animals, plants, and minerals
|
69 |
**Input:** Oak tree, copper ore, elephant
|