instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(89 - 15)
``` | 74 |
What is the output of the following code? | ```python
print(88 - 91)
``` | -3 |
¿Cuál es la salida del siguiente código? | ```python
print(27 + 59)
``` | 86 |
What is the output of the following code? | ```python
print(66 * 79)
``` | 5214 |
What is the output of the following code? | ```python
print(47 - 30)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 69)
``` | 144 |
What is the output of the following code? | ```python
print(16 * 75)
``` | 1200 |
What is the output of the following code? | ```python
print(37 - 75)
``` | -38 |
What is the output of the following code? | ```python
print(78 + 87)
``` | 165 |
What is the output of the following code? | ```python
print(80 - 81)
``` | -1 |
What is the output of the following code? | ```python
print(38 + 57)
``` | 95 |
What is the output of the following code? | ```python
print(66 + 66)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 55)
``` | 5390 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 8)
``` | 40 |
What is the output of the following code? | ```python
print(18 * 78)
``` | 1404 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 22)
``` | 308 |
¿Cuál es la salida del siguiente código? | ```python
print(73 + 70)
``` | 143 |
What is the output of the following code? | ```python
print(12 - 74)
``` | -62 |
What is the output of the following code? | ```python
print(11 + 3)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 89)
``` | 2314 |
¿Cuál es la salida del siguiente código? | ```python
print(64 * 77)
``` | 4928 |
What is the output of the following code? | ```python
print(14 + 52)
``` | 66 |
What is the output of the following code? | ```python
print(59 * 78)
``` | 4602 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 10)
``` | 190 |
What is the output of the following code? | ```python
print(31 + 45)
``` | 76 |
What is the output of the following code? | ```python
print(39 - 74)
``` | -35 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 17)
``` | 50 |
What is the output of the following code? | ```python
print(75 - 92)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 59)
``` | -7 |
What is the output of the following code? | ```python
print(8 - 66)
``` | -58 |
What is the output of the following code? | ```python
print(54 * 89)
``` | 4806 |
What is the output of the following code? | ```python
print(26 * 47)
``` | 1222 |
What is the output of the following code? | ```python
print(11 * 65)
``` | 715 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 28)
``` | -26 |
What is the output of the following code? | ```python
print(84 + 22)
``` | 106 |
What is the output of the following code? | ```python
print(14 - 92)
``` | -78 |
What is the output of the following code? | ```python
print(24 * 23)
``` | 552 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 89)
``` | 179 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 25)
``` | 46 |
What is the output of the following code? | ```python
print(70 - 4)
``` | 66 |
What is the output of the following code? | ```python
print(33 + 44)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 31)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 27)
``` | 58 |
What is the output of the following code? | ```python
print(87 - 2)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 41)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 25)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 23)
``` | 33 |
What is the output of the following code? | ```python
print(65 * 29)
``` | 1885 |
What is the output of the following code? | ```python
print(4 * 10)
``` | 40 |
What is the output of the following code? | ```python
print(13 * 42)
``` | 546 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 42)
``` | 4074 |
What is the output of the following code? | ```python
print(91 * 55)
``` | 5005 |
What is the output of the following code? | ```python
print(23 * 1)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 87)
``` | -46 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 21)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 46)
``` | 76 |
What is the output of the following code? | ```python
print(19 * 58)
``` | 1102 |
¿Cuál es la salida del siguiente código? | ```python
print(35 - 19)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 56)
``` | 5376 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 45)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 29)
``` | 116 |
What is the output of the following code? | ```python
print(37 * 63)
``` | 2331 |
What is the output of the following code? | ```python
print(39 * 30)
``` | 1170 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 68)
``` | -39 |
What is the output of the following code? | ```python
print(57 - 84)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 31)
``` | 120 |
¿Cuál es la salida del siguiente código? | ```python
print(30 - 16)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 40)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 53)
``` | -47 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 4)
``` | 38 |
What is the output of the following code? | ```python
print(31 * 25)
``` | 775 |
What is the output of the following code? | ```python
print(75 * 14)
``` | 1050 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 77)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(37 - 46)
``` | -9 |
What is the output of the following code? | ```python
print(94 - 40)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 19)
``` | 87 |
What is the output of the following code? | ```python
print(45 - 35)
``` | 10 |
What is the output of the following code? | ```python
print(82 * 26)
``` | 2132 |
What is the output of the following code? | ```python
print(100 * 89)
``` | 8900 |
¿Cuál es la salida del siguiente código? | ```python
print(72 + 30)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 34)
``` | 476 |
What is the output of the following code? | ```python
print(19 + 50)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 68)
``` | -55 |
What is the output of the following code? | ```python
print(18 * 19)
``` | 342 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 4)
``` | 92 |
What is the output of the following code? | ```python
print(53 - 13)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 65)
``` | -18 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 75)
``` | 2400 |
What is the output of the following code? | ```python
print(84 + 23)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 89)
``` | -18 |
What is the output of the following code? | ```python
print(97 - 58)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 25)
``` | 1275 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 97)
``` | 5529 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 43)
``` | 1634 |
¿Cuál es la salida del siguiente código? | ```python
print(64 - 27)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(81 - 10)
``` | 71 |
What is the output of the following code? | ```python
print(97 - 65)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(80 - 30)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 93)
``` | 110 |
What is the output of the following code? | ```python
print(89 * 13)
``` | 1157 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.