instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(13 + 13)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(50 * 19)
``` | 950 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 45)
``` | 3330 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 49)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(60 - 12)
``` | 48 |
What is the output of the following code? | ```python
print(38 + 10)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 56)
``` | 4144 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 81)
``` | -11 |
What is the output of the following code? | ```python
print(44 * 90)
``` | 3960 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 77)
``` | 7700 |
What is the output of the following code? | ```python
print(23 - 82)
``` | -59 |
What is the output of the following code? | ```python
print(46 - 10)
``` | 36 |
What is the output of the following code? | ```python
print(33 - 1)
``` | 32 |
What is the output of the following code? | ```python
print(75 * 33)
``` | 2475 |
What is the output of the following code? | ```python
print(86 * 31)
``` | 2666 |
What is the output of the following code? | ```python
print(28 - 61)
``` | -33 |
What is the output of the following code? | ```python
print(97 - 63)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 87)
``` | -80 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 9)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 66)
``` | 3366 |
What is the output of the following code? | ```python
print(2 * 89)
``` | 178 |
What is the output of the following code? | ```python
print(54 * 25)
``` | 1350 |
What is the output of the following code? | ```python
print(63 - 60)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 55)
``` | 4290 |
What is the output of the following code? | ```python
print(50 * 44)
``` | 2200 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 2)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 10)
``` | 57 |
What is the output of the following code? | ```python
print(47 + 40)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 34)
``` | 65 |
What is the output of the following code? | ```python
print(14 * 9)
``` | 126 |
What is the output of the following code? | ```python
print(29 + 35)
``` | 64 |
What is the output of the following code? | ```python
print(26 - 77)
``` | -51 |
¿Cuál es la salida del siguiente código? | ```python
print(88 * 74)
``` | 6512 |
What is the output of the following code? | ```python
print(67 + 27)
``` | 94 |
What is the output of the following code? | ```python
print(26 - 18)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 94)
``` | -80 |
What is the output of the following code? | ```python
print(33 - 6)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 33)
``` | 2376 |
What is the output of the following code? | ```python
print(94 * 47)
``` | 4418 |
¿Cuál es la salida del siguiente código? | ```python
print(81 + 13)
``` | 94 |
What is the output of the following code? | ```python
print(85 * 30)
``` | 2550 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 12)
``` | 73 |
What is the output of the following code? | ```python
print(90 * 93)
``` | 8370 |
What is the output of the following code? | ```python
print(67 - 8)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 2)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 79)
``` | 2054 |
What is the output of the following code? | ```python
print(26 - 99)
``` | -73 |
What is the output of the following code? | ```python
print(54 - 27)
``` | 27 |
What is the output of the following code? | ```python
print(16 - 99)
``` | -83 |
What is the output of the following code? | ```python
print(15 + 5)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 70)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 81)
``` | 4860 |
What is the output of the following code? | ```python
print(15 * 55)
``` | 825 |
What is the output of the following code? | ```python
print(89 - 81)
``` | 8 |
What is the output of the following code? | ```python
print(36 - 14)
``` | 22 |
What is the output of the following code? | ```python
print(15 - 42)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 9)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 1)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 41)
``` | 697 |
What is the output of the following code? | ```python
print(28 + 24)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 96)
``` | 3 |
What is the output of the following code? | ```python
print(36 - 13)
``` | 23 |
What is the output of the following code? | ```python
print(88 * 24)
``` | 2112 |
¿Cuál es la salida del siguiente código? | ```python
print(36 * 86)
``` | 3096 |
What is the output of the following code? | ```python
print(21 - 58)
``` | -37 |
What is the output of the following code? | ```python
print(62 - 88)
``` | -26 |
What is the output of the following code? | ```python
print(45 - 1)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 82)
``` | -64 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 44)
``` | 3564 |
What is the output of the following code? | ```python
print(16 + 53)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 27)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(37 * 45)
``` | 1665 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 23)
``` | 61 |
What is the output of the following code? | ```python
print(8 - 20)
``` | -12 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 72)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(76 * 46)
``` | 3496 |
¿Cuál es la salida del siguiente código? | ```python
print(22 * 79)
``` | 1738 |
What is the output of the following code? | ```python
print(83 * 100)
``` | 8300 |
What is the output of the following code? | ```python
print(26 + 25)
``` | 51 |
What is the output of the following code? | ```python
print(86 - 44)
``` | 42 |
What is the output of the following code? | ```python
print(11 * 22)
``` | 242 |
What is the output of the following code? | ```python
print(96 * 85)
``` | 8160 |
What is the output of the following code? | ```python
print(58 + 5)
``` | 63 |
What is the output of the following code? | ```python
print(6 - 65)
``` | -59 |
What is the output of the following code? | ```python
print(26 + 78)
``` | 104 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 55)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 71)
``` | 14 |
What is the output of the following code? | ```python
print(69 + 53)
``` | 122 |
What is the output of the following code? | ```python
print(11 + 12)
``` | 23 |
What is the output of the following code? | ```python
print(38 * 51)
``` | 1938 |
What is the output of the following code? | ```python
print(78 - 21)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 15)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 14)
``` | 1344 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 68)
``` | 3128 |
What is the output of the following code? | ```python
print(25 * 32)
``` | 800 |
What is the output of the following code? | ```python
print(37 + 10)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 79)
``` | 1106 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 46)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 44)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 38)
``` | 75 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.