instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(69 - 12)
``` | 57 |
What is the output of the following code? | ```python
print(49 - 40)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 44)
``` | 2244 |
What is the output of the following code? | ```python
print(32 - 10)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 89)
``` | 8544 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 73)
``` | 1314 |
What is the output of the following code? | ```python
print(83 + 12)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 55)
``` | 990 |
What is the output of the following code? | ```python
print(47 + 5)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 87)
``` | 182 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 70)
``` | 76 |
What is the output of the following code? | ```python
print(2 * 17)
``` | 34 |
What is the output of the following code? | ```python
print(30 - 58)
``` | -28 |
What is the output of the following code? | ```python
print(22 + 45)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 15)
``` | -4 |
What is the output of the following code? | ```python
print(72 + 64)
``` | 136 |
¿Cuál es la salida del siguiente código? | ```python
print(8 - 58)
``` | -50 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 94)
``` | 4982 |
What is the output of the following code? | ```python
print(6 * 79)
``` | 474 |
¿Cuál es la salida del siguiente código? | ```python
print(76 * 54)
``` | 4104 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 79)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 76)
``` | -2 |
What is the output of the following code? | ```python
print(32 + 84)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 93)
``` | 3 |
What is the output of the following code? | ```python
print(53 - 10)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 47)
``` | 30 |
What is the output of the following code? | ```python
print(37 - 64)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(76 - 24)
``` | 52 |
What is the output of the following code? | ```python
print(75 + 2)
``` | 77 |
What is the output of the following code? | ```python
print(44 - 52)
``` | -8 |
What is the output of the following code? | ```python
print(87 + 29)
``` | 116 |
What is the output of the following code? | ```python
print(33 * 41)
``` | 1353 |
What is the output of the following code? | ```python
print(18 * 15)
``` | 270 |
What is the output of the following code? | ```python
print(54 * 9)
``` | 486 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 98)
``` | 121 |
What is the output of the following code? | ```python
print(56 * 56)
``` | 3136 |
What is the output of the following code? | ```python
print(41 - 17)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 93)
``` | -35 |
What is the output of the following code? | ```python
print(82 * 71)
``` | 5822 |
What is the output of the following code? | ```python
print(25 * 100)
``` | 2500 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 30)
``` | 64 |
What is the output of the following code? | ```python
print(45 + 1)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 56)
``` | 61 |
What is the output of the following code? | ```python
print(35 - 90)
``` | -55 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 9)
``` | 693 |
What is the output of the following code? | ```python
print(1 + 84)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 94)
``` | 2256 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 83)
``` | 2573 |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 5)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 41)
``` | 2378 |
What is the output of the following code? | ```python
print(10 - 80)
``` | -70 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 47)
``` | 2068 |
What is the output of the following code? | ```python
print(44 - 97)
``` | -53 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 15)
``` | 36 |
What is the output of the following code? | ```python
print(59 * 82)
``` | 4838 |
What is the output of the following code? | ```python
print(63 + 58)
``` | 121 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 86)
``` | 6106 |
What is the output of the following code? | ```python
print(92 - 95)
``` | -3 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 83)
``` | 144 |
What is the output of the following code? | ```python
print(82 * 22)
``` | 1804 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 51)
``` | 2295 |
What is the output of the following code? | ```python
print(73 - 56)
``` | 17 |
What is the output of the following code? | ```python
print(36 + 75)
``` | 111 |
What is the output of the following code? | ```python
print(12 + 8)
``` | 20 |
What is the output of the following code? | ```python
print(6 + 91)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 75)
``` | 3300 |
What is the output of the following code? | ```python
print(76 * 32)
``` | 2432 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 99)
``` | -72 |
What is the output of the following code? | ```python
print(50 * 23)
``` | 1150 |
What is the output of the following code? | ```python
print(45 - 62)
``` | -17 |
What is the output of the following code? | ```python
print(41 - 77)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 71)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 76)
``` | -34 |
What is the output of the following code? | ```python
print(79 + 52)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 12)
``` | 58 |
What is the output of the following code? | ```python
print(74 * 91)
``` | 6734 |
What is the output of the following code? | ```python
print(59 + 21)
``` | 80 |
What is the output of the following code? | ```python
print(34 - 95)
``` | -61 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 25)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 91)
``` | -73 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 52)
``` | -51 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 80)
``` | 135 |
What is the output of the following code? | ```python
print(71 + 5)
``` | 76 |
What is the output of the following code? | ```python
print(10 + 20)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(84 * 38)
``` | 3192 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 13)
``` | 299 |
What is the output of the following code? | ```python
print(42 - 66)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 95)
``` | 9215 |
¿Cuál es la salida del siguiente código? | ```python
print(76 * 17)
``` | 1292 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 20)
``` | 1800 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 10)
``` | 790 |
What is the output of the following code? | ```python
print(43 + 18)
``` | 61 |
What is the output of the following code? | ```python
print(33 * 71)
``` | 2343 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 51)
``` | 96 |
What is the output of the following code? | ```python
print(91 - 51)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 27)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 28)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 3)
``` | 79 |
What is the output of the following code? | ```python
print(39 * 44)
``` | 1716 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 37)
``` | 3515 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.