instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(72 + 27)
``` | 99 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 29)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(22 - 71)
``` | -49 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 50)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 63)
``` | -44 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 71)
``` | 168 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 4)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 55)
``` | -15 |
What is the output of the following code? | ```python
print(77 + 84)
``` | 161 |
¿Cuál es la salida del siguiente código? | ```python
print(35 - 2)
``` | 33 |
What is the output of the following code? | ```python
print(87 - 88)
``` | -1 |
What is the output of the following code? | ```python
print(35 * 64)
``` | 2240 |
What is the output of the following code? | ```python
print(50 + 89)
``` | 139 |
What is the output of the following code? | ```python
print(22 * 62)
``` | 1364 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 89)
``` | 8455 |
What is the output of the following code? | ```python
print(10 + 25)
``` | 35 |
What is the output of the following code? | ```python
print(9 * 97)
``` | 873 |
What is the output of the following code? | ```python
print(15 + 49)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 42)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 73)
``` | -22 |
What is the output of the following code? | ```python
print(95 + 58)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(22 * 25)
``` | 550 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 15)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 99)
``` | 184 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 69)
``` | -12 |
What is the output of the following code? | ```python
print(56 + 73)
``` | 129 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 2)
``` | 9 |
What is the output of the following code? | ```python
print(88 - 26)
``` | 62 |
What is the output of the following code? | ```python
print(94 - 25)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(65 * 66)
``` | 4290 |
¿Cuál es la salida del siguiente código? | ```python
print(12 - 13)
``` | -1 |
What is the output of the following code? | ```python
print(63 + 20)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 62)
``` | 3410 |
What is the output of the following code? | ```python
print(80 * 21)
``` | 1680 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 82)
``` | 2706 |
What is the output of the following code? | ```python
print(46 + 81)
``` | 127 |
What is the output of the following code? | ```python
print(47 - 49)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 40)
``` | 13 |
What is the output of the following code? | ```python
print(82 + 97)
``` | 179 |
What is the output of the following code? | ```python
print(52 * 52)
``` | 2704 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 32)
``` | 50 |
What is the output of the following code? | ```python
print(27 - 18)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(83 * 98)
``` | 8134 |
What is the output of the following code? | ```python
print(44 - 80)
``` | -36 |
What is the output of the following code? | ```python
print(3 * 24)
``` | 72 |
What is the output of the following code? | ```python
print(27 * 78)
``` | 2106 |
What is the output of the following code? | ```python
print(31 + 72)
``` | 103 |
What is the output of the following code? | ```python
print(27 + 20)
``` | 47 |
What is the output of the following code? | ```python
print(28 + 2)
``` | 30 |
What is the output of the following code? | ```python
print(2 * 96)
``` | 192 |
What is the output of the following code? | ```python
print(35 - 12)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 67)
``` | 145 |
What is the output of the following code? | ```python
print(42 + 99)
``` | 141 |
What is the output of the following code? | ```python
print(65 - 14)
``` | 51 |
What is the output of the following code? | ```python
print(35 + 77)
``` | 112 |
What is the output of the following code? | ```python
print(39 - 95)
``` | -56 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 22)
``` | 858 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 45)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 30)
``` | 2400 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 81)
``` | 5670 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 74)
``` | 12 |
What is the output of the following code? | ```python
print(79 * 33)
``` | 2607 |
What is the output of the following code? | ```python
print(40 + 47)
``` | 87 |
What is the output of the following code? | ```python
print(21 * 61)
``` | 1281 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 61)
``` | 104 |
What is the output of the following code? | ```python
print(26 + 12)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 26)
``` | 34 |
What is the output of the following code? | ```python
print(82 * 1)
``` | 82 |
What is the output of the following code? | ```python
print(15 + 85)
``` | 100 |
What is the output of the following code? | ```python
print(49 * 68)
``` | 3332 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 5)
``` | 445 |
What is the output of the following code? | ```python
print(33 * 44)
``` | 1452 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 90)
``` | 178 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 40)
``` | 129 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 41)
``` | 6 |
What is the output of the following code? | ```python
print(16 + 75)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 27)
``` | 55 |
What is the output of the following code? | ```python
print(95 * 19)
``` | 1805 |
What is the output of the following code? | ```python
print(24 + 27)
``` | 51 |
What is the output of the following code? | ```python
print(5 - 87)
``` | -82 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 78)
``` | 178 |
What is the output of the following code? | ```python
print(26 - 48)
``` | -22 |
What is the output of the following code? | ```python
print(87 * 38)
``` | 3306 |
What is the output of the following code? | ```python
print(63 - 33)
``` | 30 |
What is the output of the following code? | ```python
print(45 - 85)
``` | -40 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 58)
``` | 1682 |
¿Cuál es la salida del siguiente código? | ```python
print(83 - 94)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 27)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 28)
``` | 60 |
What is the output of the following code? | ```python
print(84 * 48)
``` | 4032 |
What is the output of the following code? | ```python
print(86 - 20)
``` | 66 |
What is the output of the following code? | ```python
print(72 + 15)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 84)
``` | 252 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 7)
``` | 26 |
What is the output of the following code? | ```python
print(83 + 61)
``` | 144 |
What is the output of the following code? | ```python
print(15 * 36)
``` | 540 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 60)
``` | 3180 |
What is the output of the following code? | ```python
print(54 - 75)
``` | -21 |
What is the output of the following code? | ```python
print(44 - 12)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 70)
``` | 1890 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.