instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(26 + 72)
``` | 98 |
What is the output of the following code? | ```python
print(9 * 40)
``` | 360 |
¿Cuál es la salida del siguiente código? | ```python
print(88 * 91)
``` | 8008 |
What is the output of the following code? | ```python
print(71 + 18)
``` | 89 |
What is the output of the following code? | ```python
print(4 + 73)
``` | 77 |
What is the output of the following code? | ```python
print(74 * 57)
``` | 4218 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 6)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 20)
``` | 32 |
What is the output of the following code? | ```python
print(67 - 50)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 98)
``` | 4606 |
What is the output of the following code? | ```python
print(24 * 89)
``` | 2136 |
What is the output of the following code? | ```python
print(97 - 52)
``` | 45 |
What is the output of the following code? | ```python
print(55 * 19)
``` | 1045 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 66)
``` | 2178 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 7)
``` | 525 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 96)
``` | 7488 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 51)
``` | 117 |
What is the output of the following code? | ```python
print(57 + 8)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(72 + 52)
``` | 124 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 50)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 21)
``` | 1386 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 5)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 23)
``` | 44 |
What is the output of the following code? | ```python
print(16 + 3)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 58)
``` | 13 |
What is the output of the following code? | ```python
print(82 - 50)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 63)
``` | 882 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 39)
``` | 13 |
What is the output of the following code? | ```python
print(25 - 50)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 43)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 45)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 71)
``` | 1917 |
What is the output of the following code? | ```python
print(87 - 60)
``` | 27 |
What is the output of the following code? | ```python
print(36 + 42)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 55)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 40)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 74)
``` | 104 |
What is the output of the following code? | ```python
print(83 + 34)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 74)
``` | 2812 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 32)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 76)
``` | -4 |
What is the output of the following code? | ```python
print(99 * 10)
``` | 990 |
What is the output of the following code? | ```python
print(35 - 53)
``` | -18 |
What is the output of the following code? | ```python
print(4 * 52)
``` | 208 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 93)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 38)
``` | -15 |
What is the output of the following code? | ```python
print(31 - 46)
``` | -15 |
What is the output of the following code? | ```python
print(73 * 23)
``` | 1679 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 44)
``` | 792 |
What is the output of the following code? | ```python
print(17 + 28)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 22)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 82)
``` | 124 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 1)
``` | 80 |
What is the output of the following code? | ```python
print(82 * 15)
``` | 1230 |
What is the output of the following code? | ```python
print(98 * 44)
``` | 4312 |
What is the output of the following code? | ```python
print(71 + 91)
``` | 162 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 37)
``` | 2923 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 8)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 68)
``` | -57 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 99)
``` | 125 |
What is the output of the following code? | ```python
print(6 + 58)
``` | 64 |
What is the output of the following code? | ```python
print(47 + 73)
``` | 120 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 88)
``` | 4224 |
What is the output of the following code? | ```python
print(94 - 28)
``` | 66 |
What is the output of the following code? | ```python
print(86 + 38)
``` | 124 |
¿Cuál es la salida del siguiente código? | ```python
print(81 + 83)
``` | 164 |
What is the output of the following code? | ```python
print(16 * 23)
``` | 368 |
What is the output of the following code? | ```python
print(63 - 46)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(69 - 33)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 61)
``` | -7 |
What is the output of the following code? | ```python
print(74 - 88)
``` | -14 |
What is the output of the following code? | ```python
print(10 - 4)
``` | 6 |
What is the output of the following code? | ```python
print(41 - 91)
``` | -50 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 86)
``` | -85 |
¿Cuál es la salida del siguiente código? | ```python
print(69 * 34)
``` | 2346 |
What is the output of the following code? | ```python
print(27 - 73)
``` | -46 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 46)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 96)
``` | 6816 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 83)
``` | 163 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 15)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 44)
``` | 106 |
What is the output of the following code? | ```python
print(51 + 46)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(3 - 94)
``` | -91 |
What is the output of the following code? | ```python
print(55 * 64)
``` | 3520 |
What is the output of the following code? | ```python
print(71 * 57)
``` | 4047 |
What is the output of the following code? | ```python
print(34 - 12)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 74)
``` | 2072 |
¿Cuál es la salida del siguiente código? | ```python
print(27 + 62)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(65 * 43)
``` | 2795 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 44)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(12 - 87)
``` | -75 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 60)
``` | 92 |
What is the output of the following code? | ```python
print(41 + 12)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 23)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 74)
``` | -49 |
What is the output of the following code? | ```python
print(53 - 25)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 18)
``` | 41 |
What is the output of the following code? | ```python
print(75 + 93)
``` | 168 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 37)
``` | 1924 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 59)
``` | 154 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.