instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(32 - 3)
``` | 29 |
What is the output of the following code? | ```python
print(55 - 58)
``` | -3 |
What is the output of the following code? | ```python
print(50 * 2)
``` | 100 |
What is the output of the following code? | ```python
print(75 + 74)
``` | 149 |
What is the output of the following code? | ```python
print(11 * 7)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 22)
``` | 638 |
¿Cuál es la salida del siguiente código? | ```python
print(31 - 87)
``` | -56 |
¿Cuál es la salida del siguiente código? | ```python
print(37 * 12)
``` | 444 |
What is the output of the following code? | ```python
print(5 - 46)
``` | -41 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 77)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(84 * 72)
``` | 6048 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 8)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 21)
``` | 945 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 12)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(93 + 85)
``` | 178 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 38)
``` | 105 |
What is the output of the following code? | ```python
print(16 + 82)
``` | 98 |
What is the output of the following code? | ```python
print(10 - 16)
``` | -6 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 43)
``` | 51 |
What is the output of the following code? | ```python
print(17 - 6)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 38)
``` | -27 |
What is the output of the following code? | ```python
print(58 * 60)
``` | 3480 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 64)
``` | 10 |
What is the output of the following code? | ```python
print(79 - 1)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 86)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 90)
``` | 156 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 12)
``` | 408 |
What is the output of the following code? | ```python
print(78 + 81)
``` | 159 |
What is the output of the following code? | ```python
print(90 - 68)
``` | 22 |
What is the output of the following code? | ```python
print(39 * 78)
``` | 3042 |
What is the output of the following code? | ```python
print(11 * 15)
``` | 165 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 5)
``` | 42 |
What is the output of the following code? | ```python
print(77 * 98)
``` | 7546 |
What is the output of the following code? | ```python
print(65 + 6)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 58)
``` | 1508 |
¿Cuál es la salida del siguiente código? | ```python
print(94 + 22)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 55)
``` | 115 |
What is the output of the following code? | ```python
print(73 * 6)
``` | 438 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 42)
``` | 16 |
What is the output of the following code? | ```python
print(84 - 70)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 31)
``` | 3069 |
What is the output of the following code? | ```python
print(10 - 73)
``` | -63 |
What is the output of the following code? | ```python
print(14 - 52)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 100)
``` | 190 |
What is the output of the following code? | ```python
print(51 * 11)
``` | 561 |
What is the output of the following code? | ```python
print(15 + 72)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(87 - 92)
``` | -5 |
What is the output of the following code? | ```python
print(61 - 97)
``` | -36 |
What is the output of the following code? | ```python
print(56 * 47)
``` | 2632 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 31)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 70)
``` | 72 |
What is the output of the following code? | ```python
print(55 + 83)
``` | 138 |
What is the output of the following code? | ```python
print(98 + 45)
``` | 143 |
What is the output of the following code? | ```python
print(84 * 28)
``` | 2352 |
What is the output of the following code? | ```python
print(63 + 34)
``` | 97 |
What is the output of the following code? | ```python
print(49 * 15)
``` | 735 |
What is the output of the following code? | ```python
print(83 * 1)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 25)
``` | 1550 |
What is the output of the following code? | ```python
print(70 - 94)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 7)
``` | 42 |
What is the output of the following code? | ```python
print(13 * 70)
``` | 910 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 5)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 85)
``` | -64 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 49)
``` | 104 |
What is the output of the following code? | ```python
print(83 - 72)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 11)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 58)
``` | 3480 |
What is the output of the following code? | ```python
print(28 - 73)
``` | -45 |
What is the output of the following code? | ```python
print(18 - 42)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 45)
``` | 2025 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 43)
``` | 817 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 97)
``` | 8633 |
What is the output of the following code? | ```python
print(42 * 73)
``` | 3066 |
¿Cuál es la salida del siguiente código? | ```python
print(96 + 18)
``` | 114 |
What is the output of the following code? | ```python
print(56 - 19)
``` | 37 |
What is the output of the following code? | ```python
print(59 - 90)
``` | -31 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 43)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 43)
``` | 645 |
¿Cuál es la salida del siguiente código? | ```python
print(28 - 45)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 32)
``` | 1760 |
¿Cuál es la salida del siguiente código? | ```python
print(25 + 85)
``` | 110 |
What is the output of the following code? | ```python
print(47 * 13)
``` | 611 |
What is the output of the following code? | ```python
print(27 - 75)
``` | -48 |
What is the output of the following code? | ```python
print(83 * 18)
``` | 1494 |
¿Cuál es la salida del siguiente código? | ```python
print(76 - 93)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 24)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(67 - 72)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 67)
``` | 3685 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 59)
``` | 4130 |
What is the output of the following code? | ```python
print(54 * 87)
``` | 4698 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 84)
``` | 1176 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 4)
``` | 356 |
What is the output of the following code? | ```python
print(91 * 80)
``` | 7280 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 94)
``` | 140 |
What is the output of the following code? | ```python
print(25 + 33)
``` | 58 |
What is the output of the following code? | ```python
print(72 + 33)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 75)
``` | -64 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 1)
``` | 88 |
What is the output of the following code? | ```python
print(59 - 47)
``` | 12 |
What is the output of the following code? | ```python
print(44 + 94)
``` | 138 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.