instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(68 + 50)
``` | 118 |
What is the output of the following code? | ```python
print(29 + 45)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(35 - 21)
``` | 14 |
What is the output of the following code? | ```python
print(45 * 31)
``` | 1395 |
What is the output of the following code? | ```python
print(22 + 4)
``` | 26 |
What is the output of the following code? | ```python
print(69 + 83)
``` | 152 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 89)
``` | -76 |
What is the output of the following code? | ```python
print(39 - 11)
``` | 28 |
What is the output of the following code? | ```python
print(30 + 78)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 53)
``` | 93 |
What is the output of the following code? | ```python
print(53 + 88)
``` | 141 |
What is the output of the following code? | ```python
print(43 * 90)
``` | 3870 |
What is the output of the following code? | ```python
print(76 + 22)
``` | 98 |
What is the output of the following code? | ```python
print(44 + 45)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 66)
``` | 2574 |
What is the output of the following code? | ```python
print(94 + 79)
``` | 173 |
What is the output of the following code? | ```python
print(38 * 63)
``` | 2394 |
What is the output of the following code? | ```python
print(97 - 84)
``` | 13 |
What is the output of the following code? | ```python
print(26 * 39)
``` | 1014 |
What is the output of the following code? | ```python
print(87 * 41)
``` | 3567 |
What is the output of the following code? | ```python
print(50 + 57)
``` | 107 |
What is the output of the following code? | ```python
print(84 * 6)
``` | 504 |
What is the output of the following code? | ```python
print(62 - 77)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 32)
``` | 99 |
What is the output of the following code? | ```python
print(47 - 64)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 100)
``` | 7900 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 20)
``` | 33 |
What is the output of the following code? | ```python
print(21 * 5)
``` | 105 |
What is the output of the following code? | ```python
print(5 * 68)
``` | 340 |
What is the output of the following code? | ```python
print(74 - 94)
``` | -20 |
¿Cuál es la salida del siguiente código? | ```python
print(46 - 4)
``` | 42 |
What is the output of the following code? | ```python
print(48 * 4)
``` | 192 |
What is the output of the following code? | ```python
print(89 - 43)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 77)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 55)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 21)
``` | -15 |
What is the output of the following code? | ```python
print(65 - 69)
``` | -4 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 92)
``` | 181 |
What is the output of the following code? | ```python
print(18 - 73)
``` | -55 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 46)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 69)
``` | 3312 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 2)
``` | 178 |
What is the output of the following code? | ```python
print(37 * 92)
``` | 3404 |
What is the output of the following code? | ```python
print(56 - 73)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 63)
``` | 125 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 56)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 77)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 50)
``` | 800 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 48)
``` | -47 |
What is the output of the following code? | ```python
print(23 * 84)
``` | 1932 |
What is the output of the following code? | ```python
print(89 * 94)
``` | 8366 |
What is the output of the following code? | ```python
print(49 - 35)
``` | 14 |
What is the output of the following code? | ```python
print(85 - 7)
``` | 78 |
What is the output of the following code? | ```python
print(13 - 12)
``` | 1 |
What is the output of the following code? | ```python
print(27 * 32)
``` | 864 |
What is the output of the following code? | ```python
print(97 + 6)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(46 - 79)
``` | -33 |
What is the output of the following code? | ```python
print(66 + 24)
``` | 90 |
What is the output of the following code? | ```python
print(25 * 99)
``` | 2475 |
What is the output of the following code? | ```python
print(6 + 76)
``` | 82 |
What is the output of the following code? | ```python
print(10 + 69)
``` | 79 |
What is the output of the following code? | ```python
print(34 + 95)
``` | 129 |
What is the output of the following code? | ```python
print(65 - 21)
``` | 44 |
What is the output of the following code? | ```python
print(100 * 11)
``` | 1100 |
¿Cuál es la salida del siguiente código? | ```python
print(22 * 94)
``` | 2068 |
What is the output of the following code? | ```python
print(98 + 55)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 50)
``` | 300 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 84)
``` | 1512 |
What is the output of the following code? | ```python
print(36 * 50)
``` | 1800 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 34)
``` | 67 |
What is the output of the following code? | ```python
print(20 + 29)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 98)
``` | 2058 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 47)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(64 - 24)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 27)
``` | 648 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 100)
``` | 188 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 92)
``` | 177 |
What is the output of the following code? | ```python
print(90 + 17)
``` | 107 |
What is the output of the following code? | ```python
print(59 + 57)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 87)
``` | -85 |
What is the output of the following code? | ```python
print(79 - 61)
``` | 18 |
What is the output of the following code? | ```python
print(89 + 24)
``` | 113 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 51)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 23)
``` | 70 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 78)
``` | -54 |
What is the output of the following code? | ```python
print(78 * 45)
``` | 3510 |
What is the output of the following code? | ```python
print(6 + 95)
``` | 101 |
What is the output of the following code? | ```python
print(88 + 16)
``` | 104 |
What is the output of the following code? | ```python
print(7 - 87)
``` | -80 |
What is the output of the following code? | ```python
print(8 + 9)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 99)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 25)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 51)
``` | 135 |
What is the output of the following code? | ```python
print(57 * 65)
``` | 3705 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 72)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 99)
``` | -81 |
What is the output of the following code? | ```python
print(10 * 63)
``` | 630 |
What is the output of the following code? | ```python
print(71 + 63)
``` | 134 |
What is the output of the following code? | ```python
print(9 - 43)
``` | -34 |
What is the output of the following code? | ```python
print(47 * 68)
``` | 3196 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.