instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(98 * 61)
``` | 5978 |
What is the output of the following code? | ```python
print(55 * 47)
``` | 2585 |
What is the output of the following code? | ```python
print(93 * 21)
``` | 1953 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 21)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 43)
``` | 133 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 20)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 8)
``` | 47 |
What is the output of the following code? | ```python
print(32 - 83)
``` | -51 |
What is the output of the following code? | ```python
print(54 + 47)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 92)
``` | 1288 |
¿Cuál es la salida del siguiente código? | ```python
print(71 + 16)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 20)
``` | 119 |
What is the output of the following code? | ```python
print(67 - 57)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 88)
``` | 92 |
What is the output of the following code? | ```python
print(4 * 97)
``` | 388 |
¿Cuál es la salida del siguiente código? | ```python
print(17 - 66)
``` | -49 |
¿Cuál es la salida del siguiente código? | ```python
print(29 + 49)
``` | 78 |
What is the output of the following code? | ```python
print(10 + 22)
``` | 32 |
What is the output of the following code? | ```python
print(57 * 14)
``` | 798 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 6)
``` | 342 |
¿Cuál es la salida del siguiente código? | ```python
print(64 + 45)
``` | 109 |
What is the output of the following code? | ```python
print(33 * 91)
``` | 3003 |
What is the output of the following code? | ```python
print(67 - 19)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 47)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 1)
``` | 68 |
What is the output of the following code? | ```python
print(36 * 73)
``` | 2628 |
What is the output of the following code? | ```python
print(78 - 91)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 91)
``` | 104 |
What is the output of the following code? | ```python
print(55 + 8)
``` | 63 |
What is the output of the following code? | ```python
print(56 * 80)
``` | 4480 |
What is the output of the following code? | ```python
print(62 - 93)
``` | -31 |
What is the output of the following code? | ```python
print(99 + 82)
``` | 181 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 3)
``` | 69 |
What is the output of the following code? | ```python
print(84 - 4)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 4)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(30 - 48)
``` | -18 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 67)
``` | 5293 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 43)
``` | 117 |
What is the output of the following code? | ```python
print(62 + 45)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 47)
``` | 846 |
What is the output of the following code? | ```python
print(77 - 35)
``` | 42 |
What is the output of the following code? | ```python
print(76 + 5)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 6)
``` | 14 |
What is the output of the following code? | ```python
print(92 - 68)
``` | 24 |
What is the output of the following code? | ```python
print(37 * 20)
``` | 740 |
¿Cuál es la salida del siguiente código? | ```python
print(82 * 5)
``` | 410 |
What is the output of the following code? | ```python
print(49 - 34)
``` | 15 |
What is the output of the following code? | ```python
print(1 - 70)
``` | -69 |
What is the output of the following code? | ```python
print(65 - 6)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 86)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 20)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 64)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 16)
``` | 26 |
What is the output of the following code? | ```python
print(58 + 47)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 59)
``` | -40 |
What is the output of the following code? | ```python
print(64 - 37)
``` | 27 |
What is the output of the following code? | ```python
print(38 - 34)
``` | 4 |
What is the output of the following code? | ```python
print(94 - 71)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 89)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 11)
``` | 31 |
What is the output of the following code? | ```python
print(76 - 93)
``` | -17 |
What is the output of the following code? | ```python
print(49 + 84)
``` | 133 |
What is the output of the following code? | ```python
print(69 + 47)
``` | 116 |
What is the output of the following code? | ```python
print(60 - 12)
``` | 48 |
What is the output of the following code? | ```python
print(35 * 58)
``` | 2030 |
¿Cuál es la salida del siguiente código? | ```python
print(62 - 48)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 77)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 43)
``` | 3010 |
What is the output of the following code? | ```python
print(48 - 8)
``` | 40 |
What is the output of the following code? | ```python
print(21 - 76)
``` | -55 |
What is the output of the following code? | ```python
print(80 + 39)
``` | 119 |
What is the output of the following code? | ```python
print(42 * 31)
``` | 1302 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 50)
``` | 3350 |
What is the output of the following code? | ```python
print(57 * 79)
``` | 4503 |
What is the output of the following code? | ```python
print(72 - 51)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 81)
``` | -57 |
¿Cuál es la salida del siguiente código? | ```python
print(88 - 6)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 74)
``` | 3256 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 19)
``` | 13 |
What is the output of the following code? | ```python
print(69 * 33)
``` | 2277 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 83)
``` | 2407 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 23)
``` | 1518 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 54)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 100)
``` | -25 |
What is the output of the following code? | ```python
print(24 + 28)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 73)
``` | 158 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 1)
``` | 23 |
What is the output of the following code? | ```python
print(98 + 83)
``` | 181 |
What is the output of the following code? | ```python
print(64 + 61)
``` | 125 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 86)
``` | 2666 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 78)
``` | 97 |
What is the output of the following code? | ```python
print(50 - 78)
``` | -28 |
What is the output of the following code? | ```python
print(47 * 52)
``` | 2444 |
What is the output of the following code? | ```python
print(34 + 90)
``` | 124 |
What is the output of the following code? | ```python
print(24 * 10)
``` | 240 |
What is the output of the following code? | ```python
print(47 + 62)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(37 * 31)
``` | 1147 |
What is the output of the following code? | ```python
print(55 - 67)
``` | -12 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 32)
``` | 736 |
What is the output of the following code? | ```python
print(47 * 12)
``` | 564 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.