instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(54 + 9)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 71)
``` | 105 |
What is the output of the following code? | ```python
print(66 - 10)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 32)
``` | 24 |
What is the output of the following code? | ```python
print(37 * 95)
``` | 3515 |
What is the output of the following code? | ```python
print(23 - 48)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 93)
``` | -37 |
What is the output of the following code? | ```python
print(56 * 52)
``` | 2912 |
What is the output of the following code? | ```python
print(22 + 61)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(27 + 34)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 77)
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 94)
``` | -62 |
¿Cuál es la salida del siguiente código? | ```python
print(48 - 46)
``` | 2 |
What is the output of the following code? | ```python
print(42 + 20)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(12 - 94)
``` | -82 |
What is the output of the following code? | ```python
print(84 * 71)
``` | 5964 |
What is the output of the following code? | ```python
print(15 - 73)
``` | -58 |
What is the output of the following code? | ```python
print(42 - 75)
``` | -33 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 42)
``` | 55 |
What is the output of the following code? | ```python
print(80 * 64)
``` | 5120 |
What is the output of the following code? | ```python
print(7 - 77)
``` | -70 |
What is the output of the following code? | ```python
print(56 - 51)
``` | 5 |
What is the output of the following code? | ```python
print(33 + 72)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 62)
``` | -11 |
What is the output of the following code? | ```python
print(31 + 10)
``` | 41 |
What is the output of the following code? | ```python
print(6 + 94)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 69)
``` | 1035 |
What is the output of the following code? | ```python
print(74 - 69)
``` | 5 |
What is the output of the following code? | ```python
print(62 + 35)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(3 - 2)
``` | 1 |
What is the output of the following code? | ```python
print(29 + 71)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(16 - 84)
``` | -68 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 29)
``` | 65 |
What is the output of the following code? | ```python
print(24 * 2)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(7 * 51)
``` | 357 |
What is the output of the following code? | ```python
print(68 + 77)
``` | 145 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 3)
``` | 45 |
What is the output of the following code? | ```python
print(57 - 34)
``` | 23 |
What is the output of the following code? | ```python
print(4 - 34)
``` | -30 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 92)
``` | -60 |
What is the output of the following code? | ```python
print(69 - 39)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(84 * 76)
``` | 6384 |
What is the output of the following code? | ```python
print(100 * 41)
``` | 4100 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 50)
``` | 1400 |
What is the output of the following code? | ```python
print(80 - 29)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 68)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 91)
``` | -71 |
What is the output of the following code? | ```python
print(34 * 29)
``` | 986 |
What is the output of the following code? | ```python
print(70 * 43)
``` | 3010 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 31)
``` | 837 |
What is the output of the following code? | ```python
print(24 + 13)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 60)
``` | -55 |
What is the output of the following code? | ```python
print(5 + 68)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(73 - 46)
``` | 27 |
What is the output of the following code? | ```python
print(71 * 5)
``` | 355 |
What is the output of the following code? | ```python
print(70 + 98)
``` | 168 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 17)
``` | 986 |
What is the output of the following code? | ```python
print(89 * 66)
``` | 5874 |
What is the output of the following code? | ```python
print(68 * 12)
``` | 816 |
What is the output of the following code? | ```python
print(52 - 18)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 61)
``` | 76 |
What is the output of the following code? | ```python
print(66 - 61)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 24)
``` | 58 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 63)
``` | -34 |
What is the output of the following code? | ```python
print(47 - 19)
``` | 28 |
What is the output of the following code? | ```python
print(35 + 87)
``` | 122 |
What is the output of the following code? | ```python
print(14 - 16)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(63 - 10)
``` | 53 |
What is the output of the following code? | ```python
print(28 - 34)
``` | -6 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 71)
``` | 154 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 40)
``` | -20 |
What is the output of the following code? | ```python
print(68 + 98)
``` | 166 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 80)
``` | 3120 |
What is the output of the following code? | ```python
print(22 + 92)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 11)
``` | 54 |
What is the output of the following code? | ```python
print(99 - 79)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 69)
``` | -55 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 9)
``` | 90 |
What is the output of the following code? | ```python
print(19 * 40)
``` | 760 |
What is the output of the following code? | ```python
print(83 - 92)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 34)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 48)
``` | 1296 |
¿Cuál es la salida del siguiente código? | ```python
print(54 * 52)
``` | 2808 |
What is the output of the following code? | ```python
print(70 * 77)
``` | 5390 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 94)
``` | -28 |
What is the output of the following code? | ```python
print(35 * 36)
``` | 1260 |
What is the output of the following code? | ```python
print(35 * 88)
``` | 3080 |
What is the output of the following code? | ```python
print(26 + 77)
``` | 103 |
What is the output of the following code? | ```python
print(94 - 82)
``` | 12 |
What is the output of the following code? | ```python
print(6 - 2)
``` | 4 |
What is the output of the following code? | ```python
print(34 + 4)
``` | 38 |
What is the output of the following code? | ```python
print(4 + 66)
``` | 70 |
What is the output of the following code? | ```python
print(33 + 48)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 70)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 75)
``` | 6075 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 58)
``` | -31 |
What is the output of the following code? | ```python
print(66 + 37)
``` | 103 |
What is the output of the following code? | ```python
print(78 + 39)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 70)
``` | -2 |
What is the output of the following code? | ```python
print(16 - 33)
``` | -17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.