instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(5 - 30)
``` | -25 |
What is the output of the following code? | ```python
print(9 + 42)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(43 - 46)
``` | -3 |
What is the output of the following code? | ```python
print(6 - 71)
``` | -65 |
What is the output of the following code? | ```python
print(26 * 77)
``` | 2002 |
What is the output of the following code? | ```python
print(95 - 96)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 94)
``` | 5922 |
¿Cuál es la salida del siguiente código? | ```python
print(37 - 63)
``` | -26 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 66)
``` | 6600 |
What is the output of the following code? | ```python
print(48 - 57)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 64)
``` | 163 |
What is the output of the following code? | ```python
print(99 * 73)
``` | 7227 |
What is the output of the following code? | ```python
print(54 * 47)
``` | 2538 |
What is the output of the following code? | ```python
print(18 - 47)
``` | -29 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 75)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(54 * 83)
``` | 4482 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 85)
``` | -66 |
¿Cuál es la salida del siguiente código? | ```python
print(34 - 80)
``` | -46 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 30)
``` | 2430 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 79)
``` | -9 |
What is the output of the following code? | ```python
print(29 - 94)
``` | -65 |
What is the output of the following code? | ```python
print(21 + 51)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 43)
``` | 79 |
What is the output of the following code? | ```python
print(80 * 17)
``` | 1360 |
What is the output of the following code? | ```python
print(5 - 2)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 55)
``` | -29 |
¿Cuál es la salida del siguiente código? | ```python
print(76 * 5)
``` | 380 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 74)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 65)
``` | 100 |
What is the output of the following code? | ```python
print(5 - 96)
``` | -91 |
What is the output of the following code? | ```python
print(33 + 56)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 14)
``` | 23 |
What is the output of the following code? | ```python
print(100 - 13)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 6)
``` | 24 |
What is the output of the following code? | ```python
print(77 + 45)
``` | 122 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 20)
``` | -5 |
What is the output of the following code? | ```python
print(24 - 92)
``` | -68 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 19)
``` | 102 |
What is the output of the following code? | ```python
print(6 * 95)
``` | 570 |
What is the output of the following code? | ```python
print(33 * 96)
``` | 3168 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 79)
``` | -66 |
¿Cuál es la salida del siguiente código? | ```python
print(37 - 8)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 23)
``` | 69 |
What is the output of the following code? | ```python
print(5 + 27)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 87)
``` | 8265 |
What is the output of the following code? | ```python
print(85 + 19)
``` | 104 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 20)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 39)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 55)
``` | -46 |
What is the output of the following code? | ```python
print(14 - 49)
``` | -35 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 17)
``` | 1343 |
What is the output of the following code? | ```python
print(98 * 48)
``` | 4704 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 30)
``` | -4 |
What is the output of the following code? | ```python
print(64 - 23)
``` | 41 |
What is the output of the following code? | ```python
print(31 + 53)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 23)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 71)
``` | 4970 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 66)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 20)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(88 - 88)
``` | 0 |
What is the output of the following code? | ```python
print(41 + 41)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 59)
``` | 138 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 93)
``` | 8928 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 87)
``` | 184 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 88)
``` | -20 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 70)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 81)
``` | 3969 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 30)
``` | 60 |
What is the output of the following code? | ```python
print(75 * 98)
``` | 7350 |
What is the output of the following code? | ```python
print(44 * 80)
``` | 3520 |
What is the output of the following code? | ```python
print(11 + 9)
``` | 20 |
What is the output of the following code? | ```python
print(57 * 55)
``` | 3135 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 29)
``` | 37 |
What is the output of the following code? | ```python
print(8 + 69)
``` | 77 |
What is the output of the following code? | ```python
print(30 + 13)
``` | 43 |
What is the output of the following code? | ```python
print(13 * 21)
``` | 273 |
¿Cuál es la salida del siguiente código? | ```python
print(72 + 77)
``` | 149 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 18)
``` | 810 |
¿Cuál es la salida del siguiente código? | ```python
print(69 - 22)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 4)
``` | 232 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 73)
``` | -44 |
What is the output of the following code? | ```python
print(82 + 26)
``` | 108 |
What is the output of the following code? | ```python
print(16 + 20)
``` | 36 |
What is the output of the following code? | ```python
print(85 * 83)
``` | 7055 |
What is the output of the following code? | ```python
print(73 + 26)
``` | 99 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 27)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 48)
``` | 1248 |
What is the output of the following code? | ```python
print(65 - 18)
``` | 47 |
What is the output of the following code? | ```python
print(55 * 52)
``` | 2860 |
What is the output of the following code? | ```python
print(10 * 30)
``` | 300 |
What is the output of the following code? | ```python
print(49 - 26)
``` | 23 |
What is the output of the following code? | ```python
print(95 - 91)
``` | 4 |
What is the output of the following code? | ```python
print(77 + 25)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 81)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 10)
``` | 66 |
What is the output of the following code? | ```python
print(14 - 64)
``` | -50 |
What is the output of the following code? | ```python
print(92 * 43)
``` | 3956 |
¿Cuál es la salida del siguiente código? | ```python
print(65 + 22)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 1)
``` | 43 |
What is the output of the following code? | ```python
print(41 - 30)
``` | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.