instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(70 + 33)
``` | 103 |
What is the output of the following code? | ```python
print(24 + 73)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 58)
``` | 5336 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 27)
``` | 486 |
What is the output of the following code? | ```python
print(79 * 36)
``` | 2844 |
¿Cuál es la salida del siguiente código? | ```python
print(88 - 42)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(64 + 96)
``` | 160 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 44)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 7)
``` | 28 |
What is the output of the following code? | ```python
print(2 + 42)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 60)
``` | 2040 |
What is the output of the following code? | ```python
print(10 * 3)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 96)
``` | 5568 |
What is the output of the following code? | ```python
print(93 * 16)
``` | 1488 |
What is the output of the following code? | ```python
print(96 - 29)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 81)
``` | 4617 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 14)
``` | 35 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 82)
``` | 167 |
¿Cuál es la salida del siguiente código? | ```python
print(7 * 57)
``` | 399 |
What is the output of the following code? | ```python
print(46 + 5)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 42)
``` | 2982 |
What is the output of the following code? | ```python
print(19 + 46)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 37)
``` | 629 |
What is the output of the following code? | ```python
print(14 * 88)
``` | 1232 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 56)
``` | 130 |
What is the output of the following code? | ```python
print(96 + 81)
``` | 177 |
What is the output of the following code? | ```python
print(63 - 63)
``` | 0 |
What is the output of the following code? | ```python
print(64 - 88)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(45 - 59)
``` | -14 |
What is the output of the following code? | ```python
print(15 * 71)
``` | 1065 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 30)
``` | 540 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 52)
``` | 1456 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 53)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 42)
``` | 1386 |
¿Cuál es la salida del siguiente código? | ```python
print(80 - 44)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(60 - 29)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 90)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 20)
``` | 66 |
What is the output of the following code? | ```python
print(24 + 62)
``` | 86 |
What is the output of the following code? | ```python
print(17 + 80)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 82)
``` | 180 |
What is the output of the following code? | ```python
print(2 * 23)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 29)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 14)
``` | 40 |
What is the output of the following code? | ```python
print(82 - 68)
``` | 14 |
What is the output of the following code? | ```python
print(34 * 82)
``` | 2788 |
What is the output of the following code? | ```python
print(72 * 80)
``` | 5760 |
What is the output of the following code? | ```python
print(42 - 8)
``` | 34 |
What is the output of the following code? | ```python
print(98 - 1)
``` | 97 |
What is the output of the following code? | ```python
print(69 - 16)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 2)
``` | 52 |
What is the output of the following code? | ```python
print(3 * 39)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 74)
``` | -53 |
What is the output of the following code? | ```python
print(10 - 82)
``` | -72 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 86)
``` | 5160 |
What is the output of the following code? | ```python
print(98 * 16)
``` | 1568 |
What is the output of the following code? | ```python
print(80 * 85)
``` | 6800 |
What is the output of the following code? | ```python
print(78 - 8)
``` | 70 |
What is the output of the following code? | ```python
print(65 * 34)
``` | 2210 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 26)
``` | 39 |
What is the output of the following code? | ```python
print(99 - 68)
``` | 31 |
What is the output of the following code? | ```python
print(58 * 48)
``` | 2784 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 55)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 4)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 42)
``` | 5 |
What is the output of the following code? | ```python
print(36 + 33)
``` | 69 |
What is the output of the following code? | ```python
print(72 * 94)
``` | 6768 |
What is the output of the following code? | ```python
print(95 + 92)
``` | 187 |
What is the output of the following code? | ```python
print(98 * 51)
``` | 4998 |
What is the output of the following code? | ```python
print(67 - 68)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 47)
``` | 2585 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 32)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 27)
``` | 2673 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 65)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 61)
``` | 2989 |
What is the output of the following code? | ```python
print(62 * 26)
``` | 1612 |
¿Cuál es la salida del siguiente código? | ```python
print(43 - 21)
``` | 22 |
What is the output of the following code? | ```python
print(82 * 80)
``` | 6560 |
What is the output of the following code? | ```python
print(61 - 81)
``` | -20 |
What is the output of the following code? | ```python
print(17 + 54)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 35)
``` | 49 |
What is the output of the following code? | ```python
print(74 + 24)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 83)
``` | -50 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 73)
``` | 141 |
What is the output of the following code? | ```python
print(38 - 58)
``` | -20 |
What is the output of the following code? | ```python
print(19 + 42)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(48 + 80)
``` | 128 |
What is the output of the following code? | ```python
print(73 + 71)
``` | 144 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 86)
``` | -60 |
What is the output of the following code? | ```python
print(63 - 3)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 47)
``` | 96 |
What is the output of the following code? | ```python
print(98 * 68)
``` | 6664 |
What is the output of the following code? | ```python
print(70 * 87)
``` | 6090 |
¿Cuál es la salida del siguiente código? | ```python
print(64 - 9)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 18)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(73 + 45)
``` | 118 |
What is the output of the following code? | ```python
print(71 * 86)
``` | 6106 |
What is the output of the following code? | ```python
print(46 + 25)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 53)
``` | -44 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 92)
``` | -36 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.