instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(21 * 31)
``` | 651 |
What is the output of the following code? | ```python
print(60 * 61)
``` | 3660 |
What is the output of the following code? | ```python
print(21 - 89)
``` | -68 |
What is the output of the following code? | ```python
print(76 * 84)
``` | 6384 |
What is the output of the following code? | ```python
print(68 + 95)
``` | 163 |
What is the output of the following code? | ```python
print(7 + 5)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 86)
``` | -84 |
What is the output of the following code? | ```python
print(71 - 80)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(83 - 58)
``` | 25 |
What is the output of the following code? | ```python
print(9 + 27)
``` | 36 |
What is the output of the following code? | ```python
print(32 - 22)
``` | 10 |
What is the output of the following code? | ```python
print(7 * 64)
``` | 448 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 16)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 52)
``` | 2080 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 87)
``` | -26 |
What is the output of the following code? | ```python
print(77 - 83)
``` | -6 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 38)
``` | 1254 |
What is the output of the following code? | ```python
print(11 + 16)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 47)
``` | 3431 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 37)
``` | 518 |
What is the output of the following code? | ```python
print(78 + 48)
``` | 126 |
What is the output of the following code? | ```python
print(10 + 50)
``` | 60 |
What is the output of the following code? | ```python
print(93 + 12)
``` | 105 |
What is the output of the following code? | ```python
print(61 + 62)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(83 * 10)
``` | 830 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 94)
``` | -69 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 84)
``` | -44 |
¿Cuál es la salida del siguiente código? | ```python
print(8 - 95)
``` | -87 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 58)
``` | 4234 |
What is the output of the following code? | ```python
print(32 + 70)
``` | 102 |
What is the output of the following code? | ```python
print(65 - 86)
``` | -21 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 43)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 63)
``` | 5859 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 56)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 65)
``` | 155 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 68)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 3)
``` | 243 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 65)
``` | 2210 |
What is the output of the following code? | ```python
print(85 - 78)
``` | 7 |
What is the output of the following code? | ```python
print(22 - 12)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(80 - 23)
``` | 57 |
What is the output of the following code? | ```python
print(97 + 92)
``` | 189 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 82)
``` | -63 |
¿Cuál es la salida del siguiente código? | ```python
print(36 * 38)
``` | 1368 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 20)
``` | 980 |
¿Cuál es la salida del siguiente código? | ```python
print(63 - 25)
``` | 38 |
What is the output of the following code? | ```python
print(88 * 35)
``` | 3080 |
What is the output of the following code? | ```python
print(96 * 34)
``` | 3264 |
What is the output of the following code? | ```python
print(5 * 2)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 88)
``` | -3 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 53)
``` | -49 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 26)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 71)
``` | 2059 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 42)
``` | 2142 |
What is the output of the following code? | ```python
print(11 * 45)
``` | 495 |
What is the output of the following code? | ```python
print(38 + 16)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 21)
``` | 966 |
What is the output of the following code? | ```python
print(12 + 57)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 93)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(27 + 24)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 86)
``` | 6450 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 22)
``` | 1386 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 61)
``` | 156 |
What is the output of the following code? | ```python
print(76 + 1)
``` | 77 |
What is the output of the following code? | ```python
print(90 - 55)
``` | 35 |
What is the output of the following code? | ```python
print(66 + 12)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 75)
``` | 7125 |
What is the output of the following code? | ```python
print(44 * 20)
``` | 880 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 1)
``` | 39 |
What is the output of the following code? | ```python
print(53 - 53)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(56 * 34)
``` | 1904 |
¿Cuál es la salida del siguiente código? | ```python
print(93 + 53)
``` | 146 |
What is the output of the following code? | ```python
print(7 * 9)
``` | 63 |
What is the output of the following code? | ```python
print(38 + 1)
``` | 39 |
What is the output of the following code? | ```python
print(22 * 60)
``` | 1320 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 63)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 79)
``` | -70 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 11)
``` | 44 |
What is the output of the following code? | ```python
print(28 * 37)
``` | 1036 |
What is the output of the following code? | ```python
print(47 + 89)
``` | 136 |
What is the output of the following code? | ```python
print(61 - 24)
``` | 37 |
What is the output of the following code? | ```python
print(34 * 18)
``` | 612 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 86)
``` | 3268 |
What is the output of the following code? | ```python
print(74 + 36)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 31)
``` | 2232 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 3)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 66)
``` | 26 |
What is the output of the following code? | ```python
print(24 * 97)
``` | 2328 |
What is the output of the following code? | ```python
print(84 * 53)
``` | 4452 |
¿Cuál es la salida del siguiente código? | ```python
print(41 + 59)
``` | 100 |
What is the output of the following code? | ```python
print(52 * 41)
``` | 2132 |
What is the output of the following code? | ```python
print(81 + 88)
``` | 169 |
What is the output of the following code? | ```python
print(11 * 35)
``` | 385 |
What is the output of the following code? | ```python
print(99 * 9)
``` | 891 |
What is the output of the following code? | ```python
print(86 * 71)
``` | 6106 |
What is the output of the following code? | ```python
print(88 + 9)
``` | 97 |
What is the output of the following code? | ```python
print(41 * 45)
``` | 1845 |
What is the output of the following code? | ```python
print(90 + 12)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 8)
``` | 46 |
What is the output of the following code? | ```python
print(96 - 58)
``` | 38 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.