instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(34 + 2)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 59)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 69)
``` | 4692 |
What is the output of the following code? | ```python
print(95 + 30)
``` | 125 |
What is the output of the following code? | ```python
print(30 - 48)
``` | -18 |
What is the output of the following code? | ```python
print(43 * 38)
``` | 1634 |
What is the output of the following code? | ```python
print(35 - 46)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 35)
``` | -10 |
What is the output of the following code? | ```python
print(13 + 75)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 20)
``` | 320 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 53)
``` | 4081 |
What is the output of the following code? | ```python
print(24 * 84)
``` | 2016 |
What is the output of the following code? | ```python
print(5 - 59)
``` | -54 |
What is the output of the following code? | ```python
print(93 * 53)
``` | 4929 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 76)
``` | 2584 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 40)
``` | 17 |
What is the output of the following code? | ```python
print(33 + 34)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 30)
``` | 22 |
What is the output of the following code? | ```python
print(43 * 3)
``` | 129 |
What is the output of the following code? | ```python
print(64 - 67)
``` | -3 |
What is the output of the following code? | ```python
print(98 - 4)
``` | 94 |
What is the output of the following code? | ```python
print(99 - 97)
``` | 2 |
What is the output of the following code? | ```python
print(1 + 15)
``` | 16 |
What is the output of the following code? | ```python
print(72 - 27)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 87)
``` | 7569 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 77)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(71 + 1)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 57)
``` | 99 |
What is the output of the following code? | ```python
print(64 + 26)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 69)
``` | 69 |
What is the output of the following code? | ```python
print(11 - 82)
``` | -71 |
What is the output of the following code? | ```python
print(76 * 97)
``` | 7372 |
What is the output of the following code? | ```python
print(51 - 36)
``` | 15 |
What is the output of the following code? | ```python
print(80 + 43)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 17)
``` | 62 |
What is the output of the following code? | ```python
print(69 * 83)
``` | 5727 |
What is the output of the following code? | ```python
print(32 + 94)
``` | 126 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 91)
``` | 7280 |
What is the output of the following code? | ```python
print(79 * 22)
``` | 1738 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 85)
``` | 8500 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 86)
``` | 14 |
What is the output of the following code? | ```python
print(100 - 59)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 100)
``` | -61 |
What is the output of the following code? | ```python
print(44 - 39)
``` | 5 |
What is the output of the following code? | ```python
print(7 - 39)
``` | -32 |
What is the output of the following code? | ```python
print(97 - 26)
``` | 71 |
What is the output of the following code? | ```python
print(84 - 65)
``` | 19 |
What is the output of the following code? | ```python
print(6 - 38)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 51)
``` | 4437 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 55)
``` | 130 |
What is the output of the following code? | ```python
print(56 * 82)
``` | 4592 |
What is the output of the following code? | ```python
print(14 - 48)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(59 + 6)
``` | 65 |
What is the output of the following code? | ```python
print(16 + 70)
``` | 86 |
What is the output of the following code? | ```python
print(91 * 36)
``` | 3276 |
What is the output of the following code? | ```python
print(54 * 71)
``` | 3834 |
What is the output of the following code? | ```python
print(13 + 12)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 8)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(48 + 77)
``` | 125 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 12)
``` | 45 |
What is the output of the following code? | ```python
print(30 - 63)
``` | -33 |
¿Cuál es la salida del siguiente código? | ```python
print(45 - 93)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(28 - 38)
``` | -10 |
What is the output of the following code? | ```python
print(36 - 21)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 77)
``` | -26 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 9)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 8)
``` | 82 |
What is the output of the following code? | ```python
print(74 - 78)
``` | -4 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 96)
``` | 129 |
What is the output of the following code? | ```python
print(81 - 39)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 31)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 4)
``` | 96 |
What is the output of the following code? | ```python
print(11 * 98)
``` | 1078 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 32)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(64 - 17)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(30 * 6)
``` | 180 |
What is the output of the following code? | ```python
print(48 - 59)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 43)
``` | 58 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 45)
``` | 4185 |
What is the output of the following code? | ```python
print(77 + 99)
``` | 176 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 77)
``` | 103 |
What is the output of the following code? | ```python
print(69 * 31)
``` | 2139 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 78)
``` | 1248 |
What is the output of the following code? | ```python
print(81 - 78)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 48)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 29)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 33)
``` | 38 |
What is the output of the following code? | ```python
print(43 * 96)
``` | 4128 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 24)
``` | 1392 |
What is the output of the following code? | ```python
print(88 * 59)
``` | 5192 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 10)
``` | 610 |
What is the output of the following code? | ```python
print(72 + 78)
``` | 150 |
What is the output of the following code? | ```python
print(74 * 82)
``` | 6068 |
What is the output of the following code? | ```python
print(84 + 68)
``` | 152 |
What is the output of the following code? | ```python
print(6 - 82)
``` | -76 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 47)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 88)
``` | -59 |
What is the output of the following code? | ```python
print(95 + 90)
``` | 185 |
What is the output of the following code? | ```python
print(7 * 26)
``` | 182 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 69)
``` | 6555 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.