instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(41 + 79)
``` | 120 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 31)
``` | -21 |
What is the output of the following code? | ```python
print(12 * 91)
``` | 1092 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 45)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(94 + 54)
``` | 148 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 5)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 10)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 62)
``` | 4898 |
What is the output of the following code? | ```python
print(13 + 43)
``` | 56 |
What is the output of the following code? | ```python
print(47 - 1)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 81)
``` | 6885 |
What is the output of the following code? | ```python
print(4 + 27)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 48)
``` | 97 |
What is the output of the following code? | ```python
print(57 - 60)
``` | -3 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 86)
``` | 176 |
What is the output of the following code? | ```python
print(51 + 92)
``` | 143 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 58)
``` | 155 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 11)
``` | 605 |
What is the output of the following code? | ```python
print(81 * 19)
``` | 1539 |
What is the output of the following code? | ```python
print(94 + 9)
``` | 103 |
What is the output of the following code? | ```python
print(20 * 19)
``` | 380 |
What is the output of the following code? | ```python
print(63 * 74)
``` | 4662 |
What is the output of the following code? | ```python
print(36 + 52)
``` | 88 |
What is the output of the following code? | ```python
print(43 + 89)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 40)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 57)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 53)
``` | 1484 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 65)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 8)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(60 - 65)
``` | -5 |
What is the output of the following code? | ```python
print(34 * 96)
``` | 3264 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 7)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 92)
``` | 3680 |
What is the output of the following code? | ```python
print(67 - 80)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 48)
``` | 4080 |
What is the output of the following code? | ```python
print(14 + 62)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 31)
``` | 129 |
What is the output of the following code? | ```python
print(5 * 75)
``` | 375 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 29)
``` | 2668 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 17)
``` | 1037 |
What is the output of the following code? | ```python
print(40 - 54)
``` | -14 |
What is the output of the following code? | ```python
print(38 + 60)
``` | 98 |
What is the output of the following code? | ```python
print(82 * 75)
``` | 6150 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 44)
``` | -18 |
What is the output of the following code? | ```python
print(92 + 24)
``` | 116 |
What is the output of the following code? | ```python
print(23 * 41)
``` | 943 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 27)
``` | 63 |
What is the output of the following code? | ```python
print(69 * 26)
``` | 1794 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 81)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 40)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 40)
``` | 116 |
What is the output of the following code? | ```python
print(25 - 22)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(94 + 17)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 5)
``` | 79 |
What is the output of the following code? | ```python
print(71 - 33)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 81)
``` | 169 |
What is the output of the following code? | ```python
print(14 + 64)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 38)
``` | 91 |
What is the output of the following code? | ```python
print(1 * 2)
``` | 2 |
What is the output of the following code? | ```python
print(12 * 100)
``` | 1200 |
What is the output of the following code? | ```python
print(87 - 41)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 6)
``` | 104 |
What is the output of the following code? | ```python
print(57 - 80)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 24)
``` | 68 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 93)
``` | 183 |
¿Cuál es la salida del siguiente código? | ```python
print(76 * 62)
``` | 4712 |
What is the output of the following code? | ```python
print(49 - 100)
``` | -51 |
What is the output of the following code? | ```python
print(34 - 84)
``` | -50 |
What is the output of the following code? | ```python
print(87 - 83)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 65)
``` | -44 |
What is the output of the following code? | ```python
print(36 * 7)
``` | 252 |
What is the output of the following code? | ```python
print(64 * 96)
``` | 6144 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 5)
``` | 265 |
What is the output of the following code? | ```python
print(7 - 29)
``` | -22 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 29)
``` | 114 |
What is the output of the following code? | ```python
print(82 * 38)
``` | 3116 |
What is the output of the following code? | ```python
print(92 * 96)
``` | 8832 |
What is the output of the following code? | ```python
print(79 + 26)
``` | 105 |
What is the output of the following code? | ```python
print(25 - 92)
``` | -67 |
What is the output of the following code? | ```python
print(95 * 7)
``` | 665 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 77)
``` | 6545 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 38)
``` | 6 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 90)
``` | 7020 |
¿Cuál es la salida del siguiente código? | ```python
print(80 - 92)
``` | -12 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 7)
``` | 133 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 21)
``` | 76 |
What is the output of the following code? | ```python
print(8 - 89)
``` | -81 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 14)
``` | 812 |
What is the output of the following code? | ```python
print(90 * 37)
``` | 3330 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 26)
``` | 858 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 88)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 36)
``` | 1980 |
What is the output of the following code? | ```python
print(75 + 33)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 77)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(28 - 85)
``` | -57 |
What is the output of the following code? | ```python
print(28 * 97)
``` | 2716 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 58)
``` | 103 |
What is the output of the following code? | ```python
print(15 - 50)
``` | -35 |
What is the output of the following code? | ```python
print(67 - 99)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 13)
``` | 24 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.