instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(96 * 25)
``` | 2400 |
What is the output of the following code? | ```python
print(34 + 42)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 93)
``` | 115 |
What is the output of the following code? | ```python
print(96 - 75)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 3)
``` | 60 |
What is the output of the following code? | ```python
print(25 + 64)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 4)
``` | 296 |
What is the output of the following code? | ```python
print(95 - 23)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(12 - 26)
``` | -14 |
What is the output of the following code? | ```python
print(2 - 40)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 54)
``` | 45 |
What is the output of the following code? | ```python
print(23 + 82)
``` | 105 |
What is the output of the following code? | ```python
print(93 - 31)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(31 - 19)
``` | 12 |
What is the output of the following code? | ```python
print(78 - 78)
``` | 0 |
What is the output of the following code? | ```python
print(38 - 90)
``` | -52 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 68)
``` | 3196 |
What is the output of the following code? | ```python
print(30 + 23)
``` | 53 |
What is the output of the following code? | ```python
print(63 * 64)
``` | 4032 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 17)
``` | 107 |
What is the output of the following code? | ```python
print(31 - 25)
``` | 6 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 77)
``` | 231 |
What is the output of the following code? | ```python
print(20 - 32)
``` | -12 |
What is the output of the following code? | ```python
print(92 + 1)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 27)
``` | 48 |
What is the output of the following code? | ```python
print(43 + 26)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 44)
``` | 141 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 15)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 1)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 4)
``` | 32 |
What is the output of the following code? | ```python
print(84 * 74)
``` | 6216 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 23)
``` | 19 |
What is the output of the following code? | ```python
print(11 * 18)
``` | 198 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 94)
``` | 1222 |
¿Cuál es la salida del siguiente código? | ```python
print(67 - 100)
``` | -33 |
What is the output of the following code? | ```python
print(89 + 22)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 16)
``` | 416 |
What is the output of the following code? | ```python
print(19 - 42)
``` | -23 |
What is the output of the following code? | ```python
print(39 - 9)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 28)
``` | 79 |
What is the output of the following code? | ```python
print(26 + 11)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(29 + 6)
``` | 35 |
What is the output of the following code? | ```python
print(48 - 98)
``` | -50 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 33)
``` | 82 |
What is the output of the following code? | ```python
print(24 + 55)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(50 - 78)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 49)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 91)
``` | 3094 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 40)
``` | 60 |
What is the output of the following code? | ```python
print(39 * 47)
``` | 1833 |
What is the output of the following code? | ```python
print(43 * 6)
``` | 258 |
What is the output of the following code? | ```python
print(76 * 41)
``` | 3116 |
What is the output of the following code? | ```python
print(96 - 88)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 2)
``` | 12 |
What is the output of the following code? | ```python
print(19 * 50)
``` | 950 |
What is the output of the following code? | ```python
print(27 - 8)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(69 - 96)
``` | -27 |
What is the output of the following code? | ```python
print(28 + 14)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 71)
``` | 4260 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 97)
``` | 3104 |
¿Cuál es la salida del siguiente código? | ```python
print(37 - 13)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(48 - 22)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 3)
``` | 14 |
What is the output of the following code? | ```python
print(98 + 71)
``` | 169 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 11)
``` | 682 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 1)
``` | 19 |
What is the output of the following code? | ```python
print(90 - 16)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 56)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 13)
``` | 76 |
What is the output of the following code? | ```python
print(8 - 76)
``` | -68 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 71)
``` | 6816 |
What is the output of the following code? | ```python
print(12 - 62)
``` | -50 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 78)
``` | 125 |
What is the output of the following code? | ```python
print(55 * 54)
``` | 2970 |
What is the output of the following code? | ```python
print(33 * 35)
``` | 1155 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 4)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 75)
``` | 115 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 82)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 11)
``` | 37 |
What is the output of the following code? | ```python
print(73 - 96)
``` | -23 |
What is the output of the following code? | ```python
print(51 * 86)
``` | 4386 |
What is the output of the following code? | ```python
print(79 - 39)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 77)
``` | -73 |
What is the output of the following code? | ```python
print(30 - 30)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 48)
``` | 1008 |
What is the output of the following code? | ```python
print(84 * 20)
``` | 1680 |
What is the output of the following code? | ```python
print(2 + 56)
``` | 58 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 72)
``` | 4896 |
What is the output of the following code? | ```python
print(87 + 89)
``` | 176 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 60)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(94 * 86)
``` | 8084 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 31)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 11)
``` | 484 |
What is the output of the following code? | ```python
print(49 + 21)
``` | 70 |
¿Cuál es la salida del siguiente código? | ```python
print(36 * 10)
``` | 360 |
What is the output of the following code? | ```python
print(21 * 4)
``` | 84 |
What is the output of the following code? | ```python
print(54 - 88)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(37 * 13)
``` | 481 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 57)
``` | -30 |
¿Cuál es la salida del siguiente código? | ```python
print(76 - 75)
``` | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.