instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(25 * 3)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 5)
``` | 355 |
What is the output of the following code? | ```python
print(89 * 87)
``` | 7743 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 84)
``` | -60 |
What is the output of the following code? | ```python
print(11 - 79)
``` | -68 |
What is the output of the following code? | ```python
print(2 * 32)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 86)
``` | 160 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 34)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 92)
``` | 5796 |
What is the output of the following code? | ```python
print(38 * 11)
``` | 418 |
What is the output of the following code? | ```python
print(88 * 71)
``` | 6248 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 51)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 87)
``` | 100 |
What is the output of the following code? | ```python
print(15 * 46)
``` | 690 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 88)
``` | -39 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 93)
``` | 106 |
What is the output of the following code? | ```python
print(15 + 21)
``` | 36 |
What is the output of the following code? | ```python
print(58 - 45)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 26)
``` | 60 |
What is the output of the following code? | ```python
print(87 - 80)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 7)
``` | 64 |
What is the output of the following code? | ```python
print(100 * 65)
``` | 6500 |
What is the output of the following code? | ```python
print(70 - 89)
``` | -19 |
What is the output of the following code? | ```python
print(61 + 78)
``` | 139 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 11)
``` | 57 |
What is the output of the following code? | ```python
print(9 + 73)
``` | 82 |
What is the output of the following code? | ```python
print(1 + 38)
``` | 39 |
What is the output of the following code? | ```python
print(41 - 65)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 83)
``` | -13 |
What is the output of the following code? | ```python
print(41 - 69)
``` | -28 |
What is the output of the following code? | ```python
print(34 + 61)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 79)
``` | 4503 |
What is the output of the following code? | ```python
print(58 * 26)
``` | 1508 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 55)
``` | 880 |
What is the output of the following code? | ```python
print(47 + 81)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 53)
``` | 120 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 32)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 4)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 90)
``` | 143 |
What is the output of the following code? | ```python
print(6 * 61)
``` | 366 |
What is the output of the following code? | ```python
print(38 - 81)
``` | -43 |
What is the output of the following code? | ```python
print(65 - 73)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 44)
``` | -21 |
What is the output of the following code? | ```python
print(48 + 92)
``` | 140 |
¿Cuál es la salida del siguiente código? | ```python
print(22 * 95)
``` | 2090 |
What is the output of the following code? | ```python
print(91 - 25)
``` | 66 |
What is the output of the following code? | ```python
print(51 * 40)
``` | 2040 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 78)
``` | 144 |
What is the output of the following code? | ```python
print(92 + 87)
``` | 179 |
¿Cuál es la salida del siguiente código? | ```python
print(9 * 82)
``` | 738 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 65)
``` | 9 |
What is the output of the following code? | ```python
print(41 * 77)
``` | 3157 |
¿Cuál es la salida del siguiente código? | ```python
print(91 * 67)
``` | 6097 |
What is the output of the following code? | ```python
print(58 + 52)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 11)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 40)
``` | 2920 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 61)
``` | 4270 |
What is the output of the following code? | ```python
print(31 * 28)
``` | 868 |
What is the output of the following code? | ```python
print(46 * 63)
``` | 2898 |
What is the output of the following code? | ```python
print(66 - 35)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 70)
``` | 147 |
What is the output of the following code? | ```python
print(7 - 69)
``` | -62 |
What is the output of the following code? | ```python
print(79 * 74)
``` | 5846 |
What is the output of the following code? | ```python
print(36 + 91)
``` | 127 |
What is the output of the following code? | ```python
print(85 + 16)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 85)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 21)
``` | 1659 |
What is the output of the following code? | ```python
print(15 + 82)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 33)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 56)
``` | 94 |
What is the output of the following code? | ```python
print(14 * 100)
``` | 1400 |
What is the output of the following code? | ```python
print(21 - 34)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 74)
``` | 5994 |
What is the output of the following code? | ```python
print(46 - 49)
``` | -3 |
What is the output of the following code? | ```python
print(50 - 51)
``` | -1 |
What is the output of the following code? | ```python
print(8 - 55)
``` | -47 |
What is the output of the following code? | ```python
print(75 + 15)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 96)
``` | 7584 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 5)
``` | 37 |
What is the output of the following code? | ```python
print(1 * 21)
``` | 21 |
What is the output of the following code? | ```python
print(33 * 72)
``` | 2376 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 66)
``` | 3102 |
What is the output of the following code? | ```python
print(1 + 22)
``` | 23 |
What is the output of the following code? | ```python
print(87 - 84)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(37 * 85)
``` | 3145 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 92)
``` | 153 |
What is the output of the following code? | ```python
print(48 * 62)
``` | 2976 |
What is the output of the following code? | ```python
print(24 + 17)
``` | 41 |
What is the output of the following code? | ```python
print(62 + 92)
``` | 154 |
What is the output of the following code? | ```python
print(68 * 58)
``` | 3944 |
What is the output of the following code? | ```python
print(53 * 37)
``` | 1961 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 100)
``` | 124 |
What is the output of the following code? | ```python
print(29 * 21)
``` | 609 |
What is the output of the following code? | ```python
print(4 - 57)
``` | -53 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 81)
``` | 103 |
What is the output of the following code? | ```python
print(80 * 44)
``` | 3520 |
What is the output of the following code? | ```python
print(93 - 40)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 64)
``` | 2176 |
What is the output of the following code? | ```python
print(17 * 9)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 26)
``` | 1274 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.