instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(38 * 43)
``` | 1634 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 97)
``` | -90 |
What is the output of the following code? | ```python
print(85 + 99)
``` | 184 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 61)
``` | 61 |
What is the output of the following code? | ```python
print(68 - 84)
``` | -16 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 64)
``` | 20 |
What is the output of the following code? | ```python
print(81 - 92)
``` | -11 |
What is the output of the following code? | ```python
print(57 + 5)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 87)
``` | 7047 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 33)
``` | 45 |
What is the output of the following code? | ```python
print(50 + 28)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 100)
``` | -45 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 68)
``` | 22 |
What is the output of the following code? | ```python
print(77 - 88)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 83)
``` | 84 |
What is the output of the following code? | ```python
print(55 + 39)
``` | 94 |
What is the output of the following code? | ```python
print(57 - 45)
``` | 12 |
What is the output of the following code? | ```python
print(42 - 68)
``` | -26 |
What is the output of the following code? | ```python
print(21 * 56)
``` | 1176 |
What is the output of the following code? | ```python
print(57 - 86)
``` | -29 |
¿Cuál es la salida del siguiente código? | ```python
print(70 + 85)
``` | 155 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 72)
``` | 864 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 12)
``` | 1188 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 43)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(48 + 64)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 38)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 6)
``` | 27 |
What is the output of the following code? | ```python
print(4 - 4)
``` | 0 |
What is the output of the following code? | ```python
print(32 + 38)
``` | 70 |
What is the output of the following code? | ```python
print(54 * 3)
``` | 162 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 78)
``` | 2418 |
What is the output of the following code? | ```python
print(60 - 11)
``` | 49 |
What is the output of the following code? | ```python
print(83 * 51)
``` | 4233 |
What is the output of the following code? | ```python
print(21 - 49)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 52)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(56 * 63)
``` | 3528 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 92)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(29 + 9)
``` | 38 |
What is the output of the following code? | ```python
print(63 + 95)
``` | 158 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 98)
``` | 9310 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 13)
``` | 40 |
What is the output of the following code? | ```python
print(82 * 66)
``` | 5412 |
What is the output of the following code? | ```python
print(23 - 43)
``` | -20 |
What is the output of the following code? | ```python
print(77 + 79)
``` | 156 |
What is the output of the following code? | ```python
print(40 - 97)
``` | -57 |
What is the output of the following code? | ```python
print(75 - 35)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 52)
``` | 134 |
What is the output of the following code? | ```python
print(81 - 82)
``` | -1 |
What is the output of the following code? | ```python
print(50 - 65)
``` | -15 |
What is the output of the following code? | ```python
print(33 + 21)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 37)
``` | 21 |
What is the output of the following code? | ```python
print(87 + 31)
``` | 118 |
What is the output of the following code? | ```python
print(4 + 33)
``` | 37 |
What is the output of the following code? | ```python
print(53 * 24)
``` | 1272 |
¿Cuál es la salida del siguiente código? | ```python
print(69 * 46)
``` | 3174 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 3)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(42 * 53)
``` | 2226 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 30)
``` | 31 |
What is the output of the following code? | ```python
print(21 - 59)
``` | -38 |
What is the output of the following code? | ```python
print(59 - 81)
``` | -22 |
What is the output of the following code? | ```python
print(25 - 72)
``` | -47 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 38)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 99)
``` | -10 |
What is the output of the following code? | ```python
print(86 + 56)
``` | 142 |
What is the output of the following code? | ```python
print(7 - 36)
``` | -29 |
What is the output of the following code? | ```python
print(22 + 66)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 24)
``` | 28 |
What is the output of the following code? | ```python
print(38 - 75)
``` | -37 |
What is the output of the following code? | ```python
print(8 * 9)
``` | 72 |
What is the output of the following code? | ```python
print(30 - 69)
``` | -39 |
What is the output of the following code? | ```python
print(72 * 89)
``` | 6408 |
What is the output of the following code? | ```python
print(91 - 66)
``` | 25 |
What is the output of the following code? | ```python
print(33 + 83)
``` | 116 |
What is the output of the following code? | ```python
print(52 - 77)
``` | -25 |
What is the output of the following code? | ```python
print(20 * 82)
``` | 1640 |
¿Cuál es la salida del siguiente código? | ```python
print(91 + 76)
``` | 167 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 54)
``` | 1728 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 9)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 43)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 97)
``` | 4171 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 73)
``` | 7300 |
What is the output of the following code? | ```python
print(49 * 52)
``` | 2548 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 22)
``` | 44 |
What is the output of the following code? | ```python
print(17 - 7)
``` | 10 |
What is the output of the following code? | ```python
print(30 - 2)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(60 - 77)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 74)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 81)
``` | 161 |
¿Cuál es la salida del siguiente código? | ```python
print(17 - 56)
``` | -39 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 29)
``` | 52 |
What is the output of the following code? | ```python
print(88 - 25)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 38)
``` | 55 |
What is the output of the following code? | ```python
print(34 * 9)
``` | 306 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 6)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 67)
``` | 1139 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 85)
``` | 510 |
¿Cuál es la salida del siguiente código? | ```python
print(87 - 22)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 51)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 4)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 8)
``` | 47 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.