instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(88 - 58)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 21)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 33)
``` | 1419 |
What is the output of the following code? | ```python
print(100 + 32)
``` | 132 |
What is the output of the following code? | ```python
print(50 - 59)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(2 * 33)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 76)
``` | -72 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 43)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 11)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 45)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 64)
``` | 147 |
What is the output of the following code? | ```python
print(31 + 14)
``` | 45 |
What is the output of the following code? | ```python
print(69 + 33)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 65)
``` | 28 |
What is the output of the following code? | ```python
print(19 - 36)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 20)
``` | -6 |
What is the output of the following code? | ```python
print(37 * 41)
``` | 1517 |
What is the output of the following code? | ```python
print(64 * 88)
``` | 5632 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 73)
``` | 161 |
What is the output of the following code? | ```python
print(26 - 61)
``` | -35 |
What is the output of the following code? | ```python
print(60 * 69)
``` | 4140 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 99)
``` | 2673 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 89)
``` | 4628 |
What is the output of the following code? | ```python
print(57 + 31)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 76)
``` | 7296 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 19)
``` | 1102 |
What is the output of the following code? | ```python
print(74 - 45)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 40)
``` | 137 |
What is the output of the following code? | ```python
print(89 * 93)
``` | 8277 |
What is the output of the following code? | ```python
print(63 + 2)
``` | 65 |
What is the output of the following code? | ```python
print(24 * 39)
``` | 936 |
¿Cuál es la salida del siguiente código? | ```python
print(93 + 8)
``` | 101 |
What is the output of the following code? | ```python
print(48 * 17)
``` | 816 |
What is the output of the following code? | ```python
print(59 * 44)
``` | 2596 |
¿Cuál es la salida del siguiente código? | ```python
print(16 - 46)
``` | -30 |
What is the output of the following code? | ```python
print(66 * 1)
``` | 66 |
What is the output of the following code? | ```python
print(26 - 65)
``` | -39 |
What is the output of the following code? | ```python
print(45 * 73)
``` | 3285 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 43)
``` | 95 |
What is the output of the following code? | ```python
print(69 + 96)
``` | 165 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 61)
``` | -38 |
What is the output of the following code? | ```python
print(52 - 12)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(70 + 8)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 59)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 88)
``` | 140 |
What is the output of the following code? | ```python
print(59 * 37)
``` | 2183 |
What is the output of the following code? | ```python
print(65 - 15)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 97)
``` | 120 |
What is the output of the following code? | ```python
print(99 * 34)
``` | 3366 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 76)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(35 * 73)
``` | 2555 |
What is the output of the following code? | ```python
print(79 * 42)
``` | 3318 |
What is the output of the following code? | ```python
print(50 - 22)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 81)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 77)
``` | 92 |
What is the output of the following code? | ```python
print(48 + 38)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 49)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 35)
``` | 1610 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 75)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 71)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 94)
``` | 4888 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 76)
``` | 3648 |
What is the output of the following code? | ```python
print(44 + 28)
``` | 72 |
What is the output of the following code? | ```python
print(76 + 25)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 52)
``` | 5200 |
What is the output of the following code? | ```python
print(36 * 57)
``` | 2052 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 80)
``` | 5680 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 45)
``` | 630 |
What is the output of the following code? | ```python
print(61 - 79)
``` | -18 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 30)
``` | 2370 |
What is the output of the following code? | ```python
print(22 * 80)
``` | 1760 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 3)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 66)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(87 - 28)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 61)
``` | 1769 |
What is the output of the following code? | ```python
print(14 + 9)
``` | 23 |
What is the output of the following code? | ```python
print(60 - 51)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(86 + 55)
``` | 141 |
What is the output of the following code? | ```python
print(38 * 15)
``` | 570 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 81)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 63)
``` | 158 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 42)
``` | 3066 |
What is the output of the following code? | ```python
print(48 * 15)
``` | 720 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 19)
``` | 76 |
What is the output of the following code? | ```python
print(16 + 6)
``` | 22 |
What is the output of the following code? | ```python
print(18 + 4)
``` | 22 |
What is the output of the following code? | ```python
print(64 * 87)
``` | 5568 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 32)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 25)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 98)
``` | 2842 |
What is the output of the following code? | ```python
print(99 + 55)
``` | 154 |
What is the output of the following code? | ```python
print(67 * 91)
``` | 6097 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 76)
``` | 4332 |
What is the output of the following code? | ```python
print(16 + 9)
``` | 25 |
What is the output of the following code? | ```python
print(65 + 95)
``` | 160 |
What is the output of the following code? | ```python
print(86 - 55)
``` | 31 |
What is the output of the following code? | ```python
print(96 * 52)
``` | 4992 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 82)
``` | 4264 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 81)
``` | 891 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 82)
``` | 83 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.