instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(26 + 82)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 60)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 28)
``` | -14 |
What is the output of the following code? | ```python
print(65 - 87)
``` | -22 |
¿Cuál es la salida del siguiente código? | ```python
print(87 + 62)
``` | 149 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 82)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 12)
``` | 72 |
What is the output of the following code? | ```python
print(95 - 38)
``` | 57 |
What is the output of the following code? | ```python
print(66 * 41)
``` | 2706 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 98)
``` | 5096 |
What is the output of the following code? | ```python
print(80 + 2)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 91)
``` | 190 |
What is the output of the following code? | ```python
print(32 - 75)
``` | -43 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 44)
``` | 90 |
What is the output of the following code? | ```python
print(67 * 80)
``` | 5360 |
¿Cuál es la salida del siguiente código? | ```python
print(83 * 87)
``` | 7221 |
What is the output of the following code? | ```python
print(88 * 33)
``` | 2904 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 8)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(17 - 25)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(37 * 73)
``` | 2701 |
¿Cuál es la salida del siguiente código? | ```python
print(59 + 95)
``` | 154 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 32)
``` | 70 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 61)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 12)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 94)
``` | 126 |
¿Cuál es la salida del siguiente código? | ```python
print(86 + 50)
``` | 136 |
What is the output of the following code? | ```python
print(54 - 2)
``` | 52 |
What is the output of the following code? | ```python
print(43 + 67)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 13)
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 56)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 33)
``` | -7 |
What is the output of the following code? | ```python
print(88 - 62)
``` | 26 |
What is the output of the following code? | ```python
print(26 + 36)
``` | 62 |
What is the output of the following code? | ```python
print(99 + 51)
``` | 150 |
What is the output of the following code? | ```python
print(42 * 53)
``` | 2226 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 7)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 27)
``` | -21 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 43)
``` | -39 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 25)
``` | 2500 |
What is the output of the following code? | ```python
print(50 * 11)
``` | 550 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 37)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 43)
``` | 49 |
What is the output of the following code? | ```python
print(12 + 46)
``` | 58 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 55)
``` | 118 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 98)
``` | 1274 |
What is the output of the following code? | ```python
print(23 + 99)
``` | 122 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 9)
``` | 67 |
What is the output of the following code? | ```python
print(13 + 26)
``` | 39 |
What is the output of the following code? | ```python
print(65 + 86)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 21)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 40)
``` | 3000 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 73)
``` | 130 |
¿Cuál es la salida del siguiente código? | ```python
print(41 + 7)
``` | 48 |
What is the output of the following code? | ```python
print(51 * 1)
``` | 51 |
What is the output of the following code? | ```python
print(42 - 67)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(16 - 21)
``` | -5 |
What is the output of the following code? | ```python
print(83 + 71)
``` | 154 |
What is the output of the following code? | ```python
print(88 + 7)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 17)
``` | 476 |
What is the output of the following code? | ```python
print(97 - 7)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 72)
``` | 17 |
What is the output of the following code? | ```python
print(95 - 22)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 63)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 35)
``` | 124 |
What is the output of the following code? | ```python
print(60 + 61)
``` | 121 |
¿Cuál es la salida del siguiente código? | ```python
print(62 - 93)
``` | -31 |
What is the output of the following code? | ```python
print(3 - 97)
``` | -94 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 70)
``` | 3640 |
¿Cuál es la salida del siguiente código? | ```python
print(64 + 1)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 15)
``` | 0 |
What is the output of the following code? | ```python
print(21 * 58)
``` | 1218 |
¿Cuál es la salida del siguiente código? | ```python
print(35 * 10)
``` | 350 |
What is the output of the following code? | ```python
print(87 - 42)
``` | 45 |
What is the output of the following code? | ```python
print(12 + 13)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 6)
``` | 27 |
What is the output of the following code? | ```python
print(96 - 51)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 70)
``` | 155 |
¿Cuál es la salida del siguiente código? | ```python
print(48 - 30)
``` | 18 |
What is the output of the following code? | ```python
print(36 - 71)
``` | -35 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 33)
``` | 792 |
What is the output of the following code? | ```python
print(8 + 33)
``` | 41 |
What is the output of the following code? | ```python
print(99 + 96)
``` | 195 |
What is the output of the following code? | ```python
print(17 - 73)
``` | -56 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 53)
``` | 77 |
What is the output of the following code? | ```python
print(63 + 63)
``` | 126 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 61)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 86)
``` | -34 |
What is the output of the following code? | ```python
print(38 - 18)
``` | 20 |
What is the output of the following code? | ```python
print(34 * 71)
``` | 2414 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 59)
``` | -34 |
What is the output of the following code? | ```python
print(93 - 97)
``` | -4 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 81)
``` | 132 |
What is the output of the following code? | ```python
print(33 - 20)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 96)
``` | 196 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 43)
``` | 860 |
What is the output of the following code? | ```python
print(75 - 62)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(87 + 41)
``` | 128 |
What is the output of the following code? | ```python
print(5 * 37)
``` | 185 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 80)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 74)
``` | 6438 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.