instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(7 - 22)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 29)
``` | 46 |
What is the output of the following code? | ```python
print(17 * 100)
``` | 1700 |
¿Cuál es la salida del siguiente código? | ```python
print(71 + 25)
``` | 96 |
What is the output of the following code? | ```python
print(38 * 25)
``` | 950 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 100)
``` | -99 |
What is the output of the following code? | ```python
print(32 + 48)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 54)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 67)
``` | 102 |
What is the output of the following code? | ```python
print(7 - 3)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 57)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(56 * 89)
``` | 4984 |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 61)
``` | -2 |
What is the output of the following code? | ```python
print(83 - 88)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 1)
``` | 56 |
What is the output of the following code? | ```python
print(2 + 76)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(9 * 28)
``` | 252 |
What is the output of the following code? | ```python
print(6 - 23)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 2)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 77)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 28)
``` | 560 |
What is the output of the following code? | ```python
print(94 + 56)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(37 - 35)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 49)
``` | -34 |
What is the output of the following code? | ```python
print(5 + 45)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 16)
``` | 42 |
What is the output of the following code? | ```python
print(97 * 32)
``` | 3104 |
What is the output of the following code? | ```python
print(32 * 58)
``` | 1856 |
What is the output of the following code? | ```python
print(97 + 16)
``` | 113 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 24)
``` | 1728 |
What is the output of the following code? | ```python
print(45 + 93)
``` | 138 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 22)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 65)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(34 - 82)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 25)
``` | 68 |
What is the output of the following code? | ```python
print(16 + 37)
``` | 53 |
What is the output of the following code? | ```python
print(11 + 60)
``` | 71 |
What is the output of the following code? | ```python
print(84 - 93)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(87 + 76)
``` | 163 |
What is the output of the following code? | ```python
print(94 * 53)
``` | 4982 |
What is the output of the following code? | ```python
print(16 - 93)
``` | -77 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 90)
``` | 8910 |
What is the output of the following code? | ```python
print(80 + 81)
``` | 161 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 25)
``` | 26 |
What is the output of the following code? | ```python
print(16 - 40)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 27)
``` | 25 |
What is the output of the following code? | ```python
print(55 * 74)
``` | 4070 |
What is the output of the following code? | ```python
print(94 * 58)
``` | 5452 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 54)
``` | 3996 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 28)
``` | -23 |
What is the output of the following code? | ```python
print(66 * 99)
``` | 6534 |
¿Cuál es la salida del siguiente código? | ```python
print(8 - 78)
``` | -70 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 43)
``` | 78 |
What is the output of the following code? | ```python
print(2 + 13)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 98)
``` | 147 |
¿Cuál es la salida del siguiente código? | ```python
print(64 - 50)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 21)
``` | 51 |
What is the output of the following code? | ```python
print(47 * 78)
``` | 3666 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 18)
``` | 46 |
What is the output of the following code? | ```python
print(77 * 21)
``` | 1617 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 4)
``` | 51 |
What is the output of the following code? | ```python
print(56 * 11)
``` | 616 |
What is the output of the following code? | ```python
print(65 - 24)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 24)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 3)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 39)
``` | 95 |
What is the output of the following code? | ```python
print(43 - 96)
``` | -53 |
What is the output of the following code? | ```python
print(47 + 32)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(22 - 3)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 71)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 90)
``` | -13 |
What is the output of the following code? | ```python
print(75 - 63)
``` | 12 |
What is the output of the following code? | ```python
print(14 - 72)
``` | -58 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 64)
``` | 121 |
What is the output of the following code? | ```python
print(54 + 66)
``` | 120 |
What is the output of the following code? | ```python
print(56 + 51)
``` | 107 |
What is the output of the following code? | ```python
print(54 - 78)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(30 * 40)
``` | 1200 |
What is the output of the following code? | ```python
print(24 * 28)
``` | 672 |
What is the output of the following code? | ```python
print(53 * 18)
``` | 954 |
What is the output of the following code? | ```python
print(19 + 14)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 33)
``` | 43 |
What is the output of the following code? | ```python
print(77 + 41)
``` | 118 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 30)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 40)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(16 - 4)
``` | 12 |
What is the output of the following code? | ```python
print(39 * 42)
``` | 1638 |
¿Cuál es la salida del siguiente código? | ```python
print(69 + 42)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 12)
``` | 624 |
¿Cuál es la salida del siguiente código? | ```python
print(86 * 6)
``` | 516 |
What is the output of the following code? | ```python
print(2 * 80)
``` | 160 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 96)
``` | -14 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 91)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(65 + 79)
``` | 144 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 30)
``` | 113 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 73)
``` | 155 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 5)
``` | 375 |
What is the output of the following code? | ```python
print(13 * 2)
``` | 26 |
What is the output of the following code? | ```python
print(97 + 4)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 34)
``` | 95 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.