instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(88 * 93)
``` | 8184 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 29)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 48)
``` | 43 |
What is the output of the following code? | ```python
print(59 + 86)
``` | 145 |
What is the output of the following code? | ```python
print(72 + 77)
``` | 149 |
What is the output of the following code? | ```python
print(65 - 30)
``` | 35 |
What is the output of the following code? | ```python
print(30 - 50)
``` | -20 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 92)
``` | 128 |
What is the output of the following code? | ```python
print(82 - 46)
``` | 36 |
What is the output of the following code? | ```python
print(87 * 77)
``` | 6699 |
What is the output of the following code? | ```python
print(62 * 41)
``` | 2542 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 39)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 98)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 68)
``` | 94 |
What is the output of the following code? | ```python
print(39 + 86)
``` | 125 |
What is the output of the following code? | ```python
print(95 + 24)
``` | 119 |
What is the output of the following code? | ```python
print(69 - 96)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 19)
``` | 1710 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 84)
``` | 152 |
What is the output of the following code? | ```python
print(92 * 44)
``` | 4048 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 82)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 99)
``` | -92 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 35)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 28)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 10)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 6)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 8)
``` | 96 |
What is the output of the following code? | ```python
print(60 * 46)
``` | 2760 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 36)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 94)
``` | 117 |
What is the output of the following code? | ```python
print(16 + 55)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 46)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 45)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 9)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 95)
``` | 4085 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 94)
``` | 191 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 71)
``` | -19 |
What is the output of the following code? | ```python
print(92 + 5)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 97)
``` | -68 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 72)
``` | 2232 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 85)
``` | 6630 |
What is the output of the following code? | ```python
print(39 * 15)
``` | 585 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 60)
``` | 152 |
What is the output of the following code? | ```python
print(54 * 55)
``` | 2970 |
What is the output of the following code? | ```python
print(86 + 24)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 2)
``` | 96 |
What is the output of the following code? | ```python
print(69 + 65)
``` | 134 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 98)
``` | 161 |
What is the output of the following code? | ```python
print(52 + 98)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 37)
``` | 125 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 40)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 79)
``` | -23 |
What is the output of the following code? | ```python
print(75 * 64)
``` | 4800 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 29)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 7)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(80 - 86)
``` | -6 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 72)
``` | -53 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 6)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(91 + 12)
``` | 103 |
What is the output of the following code? | ```python
print(36 - 44)
``` | -8 |
What is the output of the following code? | ```python
print(32 * 39)
``` | 1248 |
What is the output of the following code? | ```python
print(98 - 3)
``` | 95 |
What is the output of the following code? | ```python
print(33 - 36)
``` | -3 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 13)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 5)
``` | 72 |
What is the output of the following code? | ```python
print(60 * 62)
``` | 3720 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 5)
``` | 190 |
What is the output of the following code? | ```python
print(29 + 65)
``` | 94 |
What is the output of the following code? | ```python
print(89 + 39)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 33)
``` | -20 |
What is the output of the following code? | ```python
print(11 * 12)
``` | 132 |
What is the output of the following code? | ```python
print(42 - 84)
``` | -42 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 83)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 4)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(54 + 85)
``` | 139 |
What is the output of the following code? | ```python
print(56 + 59)
``` | 115 |
What is the output of the following code? | ```python
print(85 + 50)
``` | 135 |
What is the output of the following code? | ```python
print(97 - 71)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 88)
``` | 1672 |
¿Cuál es la salida del siguiente código? | ```python
print(88 * 31)
``` | 2728 |
What is the output of the following code? | ```python
print(89 - 58)
``` | 31 |
What is the output of the following code? | ```python
print(61 * 27)
``` | 1647 |
What is the output of the following code? | ```python
print(54 - 85)
``` | -31 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 10)
``` | -3 |
What is the output of the following code? | ```python
print(44 * 58)
``` | 2552 |
¿Cuál es la salida del siguiente código? | ```python
print(84 * 13)
``` | 1092 |
What is the output of the following code? | ```python
print(65 + 99)
``` | 164 |
What is the output of the following code? | ```python
print(69 * 63)
``` | 4347 |
What is the output of the following code? | ```python
print(51 - 20)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 12)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 74)
``` | 3922 |
What is the output of the following code? | ```python
print(91 - 91)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 86)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 37)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 13)
``` | 234 |
What is the output of the following code? | ```python
print(45 + 18)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 32)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(34 - 75)
``` | -41 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 64)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 8)
``` | 640 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.