instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(61 - 78)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 9)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 66)
``` | -42 |
What is the output of the following code? | ```python
print(33 + 12)
``` | 45 |
What is the output of the following code? | ```python
print(65 * 49)
``` | 3185 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 7)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 32)
``` | 59 |
What is the output of the following code? | ```python
print(35 - 24)
``` | 11 |
What is the output of the following code? | ```python
print(3 + 15)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(45 - 18)
``` | 27 |
What is the output of the following code? | ```python
print(88 * 89)
``` | 7832 |
What is the output of the following code? | ```python
print(60 - 17)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(31 - 40)
``` | -9 |
What is the output of the following code? | ```python
print(72 - 5)
``` | 67 |
What is the output of the following code? | ```python
print(27 + 18)
``` | 45 |
What is the output of the following code? | ```python
print(67 * 38)
``` | 2546 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 10)
``` | 180 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 4)
``` | 60 |
What is the output of the following code? | ```python
print(71 * 58)
``` | 4118 |
What is the output of the following code? | ```python
print(75 * 62)
``` | 4650 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 64)
``` | 79 |
What is the output of the following code? | ```python
print(82 * 53)
``` | 4346 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 44)
``` | 12 |
What is the output of the following code? | ```python
print(38 - 36)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 32)
``` | 2016 |
What is the output of the following code? | ```python
print(58 * 39)
``` | 2262 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 46)
``` | 2254 |
¿Cuál es la salida del siguiente código? | ```python
print(94 + 7)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 8)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 80)
``` | -54 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 56)
``` | 4200 |
What is the output of the following code? | ```python
print(80 - 1)
``` | 79 |
What is the output of the following code? | ```python
print(12 - 43)
``` | -31 |
What is the output of the following code? | ```python
print(36 * 48)
``` | 1728 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 19)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 88)
``` | 105 |
What is the output of the following code? | ```python
print(47 + 86)
``` | 133 |
What is the output of the following code? | ```python
print(32 * 29)
``` | 928 |
What is the output of the following code? | ```python
print(67 * 18)
``` | 1206 |
What is the output of the following code? | ```python
print(27 + 10)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(2 * 93)
``` | 186 |
What is the output of the following code? | ```python
print(63 - 7)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 63)
``` | 123 |
What is the output of the following code? | ```python
print(76 - 12)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 57)
``` | 798 |
What is the output of the following code? | ```python
print(85 - 64)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 98)
``` | -88 |
What is the output of the following code? | ```python
print(85 - 56)
``` | 29 |
What is the output of the following code? | ```python
print(29 - 86)
``` | -57 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 62)
``` | -18 |
What is the output of the following code? | ```python
print(85 * 18)
``` | 1530 |
What is the output of the following code? | ```python
print(91 * 30)
``` | 2730 |
What is the output of the following code? | ```python
print(76 * 27)
``` | 2052 |
What is the output of the following code? | ```python
print(74 + 60)
``` | 134 |
What is the output of the following code? | ```python
print(59 * 56)
``` | 3304 |
What is the output of the following code? | ```python
print(20 - 97)
``` | -77 |
What is the output of the following code? | ```python
print(71 * 81)
``` | 5751 |
What is the output of the following code? | ```python
print(9 * 12)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(82 * 11)
``` | 902 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 51)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 20)
``` | 420 |
What is the output of the following code? | ```python
print(17 + 78)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 88)
``` | -44 |
What is the output of the following code? | ```python
print(71 + 76)
``` | 147 |
What is the output of the following code? | ```python
print(70 * 34)
``` | 2380 |
What is the output of the following code? | ```python
print(72 + 20)
``` | 92 |
What is the output of the following code? | ```python
print(34 - 6)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 70)
``` | 770 |
¿Cuál es la salida del siguiente código? | ```python
print(86 * 5)
``` | 430 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 19)
``` | 627 |
What is the output of the following code? | ```python
print(37 * 40)
``` | 1480 |
What is the output of the following code? | ```python
print(16 + 12)
``` | 28 |
What is the output of the following code? | ```python
print(80 + 74)
``` | 154 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 58)
``` | 1972 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 35)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 66)
``` | 133 |
What is the output of the following code? | ```python
print(86 + 14)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 91)
``` | 4732 |
What is the output of the following code? | ```python
print(67 * 5)
``` | 335 |
¿Cuál es la salida del siguiente código? | ```python
print(76 - 85)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(22 * 2)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 34)
``` | 62 |
What is the output of the following code? | ```python
print(48 - 100)
``` | -52 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 82)
``` | 15 |
What is the output of the following code? | ```python
print(25 - 56)
``` | -31 |
What is the output of the following code? | ```python
print(56 + 27)
``` | 83 |
What is the output of the following code? | ```python
print(100 + 91)
``` | 191 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 94)
``` | 1880 |
What is the output of the following code? | ```python
print(77 - 41)
``` | 36 |
What is the output of the following code? | ```python
print(13 + 69)
``` | 82 |
What is the output of the following code? | ```python
print(98 + 42)
``` | 140 |
What is the output of the following code? | ```python
print(50 + 53)
``` | 103 |
What is the output of the following code? | ```python
print(97 - 28)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(37 * 77)
``` | 2849 |
¿Cuál es la salida del siguiente código? | ```python
print(50 * 94)
``` | 4700 |
¿Cuál es la salida del siguiente código? | ```python
print(86 * 52)
``` | 4472 |
What is the output of the following code? | ```python
print(56 + 91)
``` | 147 |
What is the output of the following code? | ```python
print(49 - 83)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 35)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 40)
``` | -2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.