instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(35 + 89)
``` | 124 |
¿Cuál es la salida del siguiente código? | ```python
print(69 * 79)
``` | 5451 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 63)
``` | 2898 |
What is the output of the following code? | ```python
print(85 - 12)
``` | 73 |
What is the output of the following code? | ```python
print(2 - 45)
``` | -43 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 24)
``` | 122 |
What is the output of the following code? | ```python
print(21 + 11)
``` | 32 |
What is the output of the following code? | ```python
print(57 + 74)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 69)
``` | -27 |
What is the output of the following code? | ```python
print(21 + 53)
``` | 74 |
What is the output of the following code? | ```python
print(51 - 94)
``` | -43 |
What is the output of the following code? | ```python
print(16 * 69)
``` | 1104 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 2)
``` | 65 |
What is the output of the following code? | ```python
print(97 + 55)
``` | 152 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 42)
``` | 1932 |
What is the output of the following code? | ```python
print(33 - 23)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 50)
``` | 49 |
What is the output of the following code? | ```python
print(25 - 85)
``` | -60 |
¿Cuál es la salida del siguiente código? | ```python
print(83 - 89)
``` | -6 |
What is the output of the following code? | ```python
print(53 * 81)
``` | 4293 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 64)
``` | -8 |
What is the output of the following code? | ```python
print(67 + 48)
``` | 115 |
What is the output of the following code? | ```python
print(66 - 36)
``` | 30 |
What is the output of the following code? | ```python
print(84 * 87)
``` | 7308 |
¿Cuál es la salida del siguiente código? | ```python
print(25 + 11)
``` | 36 |
What is the output of the following code? | ```python
print(91 - 16)
``` | 75 |
What is the output of the following code? | ```python
print(19 - 37)
``` | -18 |
What is the output of the following code? | ```python
print(5 * 19)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 16)
``` | 60 |
What is the output of the following code? | ```python
print(27 * 98)
``` | 2646 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 72)
``` | 1080 |
What is the output of the following code? | ```python
print(19 * 55)
``` | 1045 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 100)
``` | -6 |
What is the output of the following code? | ```python
print(81 - 65)
``` | 16 |
What is the output of the following code? | ```python
print(86 - 56)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 11)
``` | 143 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 34)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 67)
``` | 3082 |
What is the output of the following code? | ```python
print(61 - 96)
``` | -35 |
What is the output of the following code? | ```python
print(89 + 42)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(70 + 86)
``` | 156 |
What is the output of the following code? | ```python
print(52 - 13)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 19)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 65)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 7)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 36)
``` | -21 |
What is the output of the following code? | ```python
print(66 * 74)
``` | 4884 |
What is the output of the following code? | ```python
print(1 - 37)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(29 + 95)
``` | 124 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 71)
``` | 22 |
What is the output of the following code? | ```python
print(68 * 4)
``` | 272 |
What is the output of the following code? | ```python
print(10 - 100)
``` | -90 |
What is the output of the following code? | ```python
print(37 - 38)
``` | -1 |
What is the output of the following code? | ```python
print(6 - 22)
``` | -16 |
What is the output of the following code? | ```python
print(33 * 9)
``` | 297 |
What is the output of the following code? | ```python
print(82 * 24)
``` | 1968 |
What is the output of the following code? | ```python
print(57 - 3)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 12)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(91 + 26)
``` | 117 |
What is the output of the following code? | ```python
print(8 - 22)
``` | -14 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 21)
``` | 37 |
What is the output of the following code? | ```python
print(25 + 20)
``` | 45 |
What is the output of the following code? | ```python
print(70 * 67)
``` | 4690 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 2)
``` | 59 |
What is the output of the following code? | ```python
print(97 - 96)
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 35)
``` | 1 |
What is the output of the following code? | ```python
print(63 * 38)
``` | 2394 |
What is the output of the following code? | ```python
print(30 - 79)
``` | -49 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 24)
``` | 576 |
What is the output of the following code? | ```python
print(87 + 97)
``` | 184 |
What is the output of the following code? | ```python
print(94 + 55)
``` | 149 |
What is the output of the following code? | ```python
print(99 + 53)
``` | 152 |
What is the output of the following code? | ```python
print(62 * 78)
``` | 4836 |
What is the output of the following code? | ```python
print(59 - 14)
``` | 45 |
What is the output of the following code? | ```python
print(41 + 8)
``` | 49 |
What is the output of the following code? | ```python
print(19 - 30)
``` | -11 |
What is the output of the following code? | ```python
print(25 - 84)
``` | -59 |
What is the output of the following code? | ```python
print(91 + 1)
``` | 92 |
What is the output of the following code? | ```python
print(53 - 17)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 1)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 14)
``` | 81 |
What is the output of the following code? | ```python
print(23 * 99)
``` | 2277 |
What is the output of the following code? | ```python
print(1 - 11)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(2 * 24)
``` | 48 |
What is the output of the following code? | ```python
print(92 + 54)
``` | 146 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 44)
``` | 54 |
What is the output of the following code? | ```python
print(93 - 14)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 27)
``` | 59 |
What is the output of the following code? | ```python
print(85 - 47)
``` | 38 |
What is the output of the following code? | ```python
print(80 - 58)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 24)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 44)
``` | 836 |
What is the output of the following code? | ```python
print(67 * 16)
``` | 1072 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 30)
``` | 1410 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 78)
``` | 1170 |
What is the output of the following code? | ```python
print(29 - 73)
``` | -44 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 46)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 94)
``` | -85 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 75)
``` | 6525 |
What is the output of the following code? | ```python
print(96 - 84)
``` | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.