instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(29 + 4)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 61)
``` | 915 |
What is the output of the following code? | ```python
print(84 + 12)
``` | 96 |
What is the output of the following code? | ```python
print(50 - 93)
``` | -43 |
What is the output of the following code? | ```python
print(88 + 74)
``` | 162 |
What is the output of the following code? | ```python
print(99 + 66)
``` | 165 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 23)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 91)
``` | 273 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 69)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(12 - 56)
``` | -44 |
What is the output of the following code? | ```python
print(22 + 81)
``` | 103 |
What is the output of the following code? | ```python
print(87 + 22)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 36)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 63)
``` | -48 |
What is the output of the following code? | ```python
print(37 - 18)
``` | 19 |
What is the output of the following code? | ```python
print(64 + 77)
``` | 141 |
What is the output of the following code? | ```python
print(100 * 71)
``` | 7100 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 49)
``` | 123 |
What is the output of the following code? | ```python
print(46 + 15)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 16)
``` | 59 |
What is the output of the following code? | ```python
print(51 - 83)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(5 * 53)
``` | 265 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 22)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 9)
``` | 801 |
What is the output of the following code? | ```python
print(6 * 93)
``` | 558 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 52)
``` | 5044 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 81)
``` | 143 |
What is the output of the following code? | ```python
print(69 * 82)
``` | 5658 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 64)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 22)
``` | 1738 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 88)
``` | 1 |
What is the output of the following code? | ```python
print(15 - 36)
``` | -21 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 46)
``` | -4 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 28)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 83)
``` | 4316 |
What is the output of the following code? | ```python
print(38 + 18)
``` | 56 |
What is the output of the following code? | ```python
print(19 + 97)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 99)
``` | 199 |
What is the output of the following code? | ```python
print(8 + 24)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 88)
``` | -6 |
What is the output of the following code? | ```python
print(78 - 38)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 99)
``` | 130 |
What is the output of the following code? | ```python
print(38 + 6)
``` | 44 |
What is the output of the following code? | ```python
print(97 * 65)
``` | 6305 |
What is the output of the following code? | ```python
print(5 * 22)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(9 * 74)
``` | 666 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 54)
``` | -18 |
What is the output of the following code? | ```python
print(76 - 53)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 7)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(37 - 99)
``` | -62 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 52)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 16)
``` | 976 |
What is the output of the following code? | ```python
print(27 * 64)
``` | 1728 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 26)
``` | 2002 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 43)
``` | 2451 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 39)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 26)
``` | 59 |
What is the output of the following code? | ```python
print(55 - 6)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 94)
``` | 1 |
What is the output of the following code? | ```python
print(18 * 83)
``` | 1494 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 23)
``` | 79 |
What is the output of the following code? | ```python
print(74 * 18)
``` | 1332 |
¿Cuál es la salida del siguiente código? | ```python
print(42 * 1)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 38)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 21)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 81)
``` | 3645 |
¿Cuál es la salida del siguiente código? | ```python
print(84 * 88)
``` | 7392 |
What is the output of the following code? | ```python
print(69 + 80)
``` | 149 |
What is the output of the following code? | ```python
print(37 - 82)
``` | -45 |
What is the output of the following code? | ```python
print(76 + 71)
``` | 147 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 50)
``` | 3850 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 95)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 96)
``` | 171 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 78)
``` | 6 |
What is the output of the following code? | ```python
print(95 + 37)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(94 * 98)
``` | 9212 |
What is the output of the following code? | ```python
print(99 * 79)
``` | 7821 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 69)
``` | 2967 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 80)
``` | 168 |
What is the output of the following code? | ```python
print(42 + 45)
``` | 87 |
What is the output of the following code? | ```python
print(13 + 11)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 62)
``` | 130 |
What is the output of the following code? | ```python
print(18 + 2)
``` | 20 |
What is the output of the following code? | ```python
print(61 + 17)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 52)
``` | -45 |
¿Cuál es la salida del siguiente código? | ```python
print(30 * 17)
``` | 510 |
What is the output of the following code? | ```python
print(1 + 75)
``` | 76 |
What is the output of the following code? | ```python
print(92 - 30)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 60)
``` | 3540 |
What is the output of the following code? | ```python
print(100 * 38)
``` | 3800 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 21)
``` | 924 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 62)
``` | 2976 |
What is the output of the following code? | ```python
print(37 + 26)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 83)
``` | -42 |
What is the output of the following code? | ```python
print(80 + 77)
``` | 157 |
¿Cuál es la salida del siguiente código? | ```python
print(25 + 43)
``` | 68 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 5)
``` | 485 |
What is the output of the following code? | ```python
print(9 - 17)
``` | -8 |
What is the output of the following code? | ```python
print(19 * 94)
``` | 1786 |
What is the output of the following code? | ```python
print(40 + 21)
``` | 61 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.