instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(9 * 27)
``` | 243 |
What is the output of the following code? | ```python
print(56 + 4)
``` | 60 |
What is the output of the following code? | ```python
print(72 - 22)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(35 - 71)
``` | -36 |
What is the output of the following code? | ```python
print(94 + 33)
``` | 127 |
What is the output of the following code? | ```python
print(73 * 15)
``` | 1095 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 45)
``` | 270 |
What is the output of the following code? | ```python
print(3 + 89)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(65 * 54)
``` | 3510 |
¿Cuál es la salida del siguiente código? | ```python
print(50 * 20)
``` | 1000 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 65)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 100)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 92)
``` | 6 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 19)
``` | 81 |
What is the output of the following code? | ```python
print(19 - 46)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 6)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 61)
``` | 5307 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 97)
``` | 9215 |
What is the output of the following code? | ```python
print(32 - 58)
``` | -26 |
What is the output of the following code? | ```python
print(98 + 54)
``` | 152 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 49)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 48)
``` | 4800 |
What is the output of the following code? | ```python
print(95 * 93)
``` | 8835 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 7)
``` | 20 |
What is the output of the following code? | ```python
print(17 + 72)
``` | 89 |
What is the output of the following code? | ```python
print(34 - 78)
``` | -44 |
What is the output of the following code? | ```python
print(72 - 69)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(30 - 71)
``` | -41 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 98)
``` | 9016 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 82)
``` | 5740 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 98)
``` | 5390 |
What is the output of the following code? | ```python
print(22 * 30)
``` | 660 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 96)
``` | 2304 |
What is the output of the following code? | ```python
print(33 * 63)
``` | 2079 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 23)
``` | 76 |
What is the output of the following code? | ```python
print(41 - 9)
``` | 32 |
What is the output of the following code? | ```python
print(99 + 48)
``` | 147 |
What is the output of the following code? | ```python
print(12 * 55)
``` | 660 |
What is the output of the following code? | ```python
print(22 - 36)
``` | -14 |
What is the output of the following code? | ```python
print(41 * 60)
``` | 2460 |
What is the output of the following code? | ```python
print(16 * 24)
``` | 384 |
¿Cuál es la salida del siguiente código? | ```python
print(69 * 57)
``` | 3933 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 88)
``` | 5456 |
¿Cuál es la salida del siguiente código? | ```python
print(41 * 49)
``` | 2009 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 8)
``` | 36 |
What is the output of the following code? | ```python
print(51 + 71)
``` | 122 |
What is the output of the following code? | ```python
print(41 - 24)
``` | 17 |
What is the output of the following code? | ```python
print(16 * 67)
``` | 1072 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 98)
``` | 172 |
What is the output of the following code? | ```python
print(74 - 63)
``` | 11 |
What is the output of the following code? | ```python
print(87 * 1)
``` | 87 |
What is the output of the following code? | ```python
print(97 - 46)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 36)
``` | 74 |
What is the output of the following code? | ```python
print(52 + 78)
``` | 130 |
What is the output of the following code? | ```python
print(76 + 60)
``` | 136 |
What is the output of the following code? | ```python
print(100 + 50)
``` | 150 |
What is the output of the following code? | ```python
print(7 - 83)
``` | -76 |
What is the output of the following code? | ```python
print(99 * 99)
``` | 9801 |
What is the output of the following code? | ```python
print(7 * 55)
``` | 385 |
What is the output of the following code? | ```python
print(7 * 37)
``` | 259 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 91)
``` | 186 |
What is the output of the following code? | ```python
print(38 - 70)
``` | -32 |
What is the output of the following code? | ```python
print(95 + 54)
``` | 149 |
What is the output of the following code? | ```python
print(3 + 22)
``` | 25 |
What is the output of the following code? | ```python
print(38 * 55)
``` | 2090 |
What is the output of the following code? | ```python
print(3 - 16)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 13)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 29)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 18)
``` | 792 |
What is the output of the following code? | ```python
print(80 + 13)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 45)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 15)
``` | 89 |
What is the output of the following code? | ```python
print(89 * 69)
``` | 6141 |
What is the output of the following code? | ```python
print(34 - 59)
``` | -25 |
What is the output of the following code? | ```python
print(94 + 12)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 26)
``` | 286 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 50)
``` | 200 |
What is the output of the following code? | ```python
print(88 + 27)
``` | 115 |
What is the output of the following code? | ```python
print(62 - 4)
``` | 58 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 27)
``` | 39 |
What is the output of the following code? | ```python
print(32 - 76)
``` | -44 |
What is the output of the following code? | ```python
print(94 - 67)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 80)
``` | 4400 |
What is the output of the following code? | ```python
print(21 + 5)
``` | 26 |
What is the output of the following code? | ```python
print(43 * 53)
``` | 2279 |
¿Cuál es la salida del siguiente código? | ```python
print(76 * 64)
``` | 4864 |
What is the output of the following code? | ```python
print(15 + 18)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(36 * 90)
``` | 3240 |
What is the output of the following code? | ```python
print(24 * 27)
``` | 648 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 39)
``` | 3900 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 52)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 37)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 39)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 68)
``` | 2720 |
What is the output of the following code? | ```python
print(54 - 17)
``` | 37 |
What is the output of the following code? | ```python
print(42 * 64)
``` | 2688 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 56)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(41 * 16)
``` | 656 |
What is the output of the following code? | ```python
print(89 - 93)
``` | -4 |
What is the output of the following code? | ```python
print(6 * 34)
``` | 204 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.