instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(83 * 14)
``` | 1162 |
What is the output of the following code? | ```python
print(47 * 30)
``` | 1410 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 8)
``` | 41 |
What is the output of the following code? | ```python
print(55 - 99)
``` | -44 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 22)
``` | 27 |
What is the output of the following code? | ```python
print(64 - 41)
``` | 23 |
What is the output of the following code? | ```python
print(100 - 12)
``` | 88 |
What is the output of the following code? | ```python
print(43 * 88)
``` | 3784 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 60)
``` | 960 |
What is the output of the following code? | ```python
print(40 + 6)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 47)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 36)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 23)
``` | 1104 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 84)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 63)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 48)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 22)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(91 * 62)
``` | 5642 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 93)
``` | 137 |
What is the output of the following code? | ```python
print(38 - 84)
``` | -46 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 7)
``` | 35 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 89)
``` | 1869 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 88)
``` | -14 |
What is the output of the following code? | ```python
print(49 - 98)
``` | -49 |
What is the output of the following code? | ```python
print(63 - 52)
``` | 11 |
What is the output of the following code? | ```python
print(1 - 29)
``` | -28 |
What is the output of the following code? | ```python
print(49 - 75)
``` | -26 |
What is the output of the following code? | ```python
print(61 + 31)
``` | 92 |
What is the output of the following code? | ```python
print(19 * 17)
``` | 323 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 40)
``` | 3400 |
What is the output of the following code? | ```python
print(14 * 59)
``` | 826 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 80)
``` | 106 |
What is the output of the following code? | ```python
print(91 - 79)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 94)
``` | -33 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 39)
``` | 3315 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 37)
``` | 15 |
What is the output of the following code? | ```python
print(30 * 18)
``` | 540 |
¿Cuál es la salida del siguiente código? | ```python
print(30 * 96)
``` | 2880 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 9)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 46)
``` | 24 |
What is the output of the following code? | ```python
print(63 * 72)
``` | 4536 |
What is the output of the following code? | ```python
print(11 * 8)
``` | 88 |
What is the output of the following code? | ```python
print(17 - 40)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 98)
``` | -42 |
What is the output of the following code? | ```python
print(62 - 92)
``` | -30 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 61)
``` | 4880 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 60)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 18)
``` | 73 |
What is the output of the following code? | ```python
print(44 * 81)
``` | 3564 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 73)
``` | 5329 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 75)
``` | -69 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 75)
``` | 158 |
What is the output of the following code? | ```python
print(36 * 77)
``` | 2772 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 89)
``` | 6230 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 25)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 50)
``` | 127 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 64)
``` | -59 |
What is the output of the following code? | ```python
print(26 * 100)
``` | 2600 |
What is the output of the following code? | ```python
print(61 - 49)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 3)
``` | 68 |
What is the output of the following code? | ```python
print(76 - 79)
``` | -3 |
What is the output of the following code? | ```python
print(31 - 11)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 19)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 64)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 93)
``` | 127 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 78)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 62)
``` | 30 |
What is the output of the following code? | ```python
print(83 + 8)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 62)
``` | 5394 |
What is the output of the following code? | ```python
print(85 * 99)
``` | 8415 |
What is the output of the following code? | ```python
print(72 * 82)
``` | 5904 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 37)
``` | 1147 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 43)
``` | 4214 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 67)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 95)
``` | -89 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 30)
``` | 40 |
What is the output of the following code? | ```python
print(51 + 86)
``` | 137 |
What is the output of the following code? | ```python
print(50 - 89)
``` | -39 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 16)
``` | 1600 |
What is the output of the following code? | ```python
print(64 - 80)
``` | -16 |
What is the output of the following code? | ```python
print(94 + 58)
``` | 152 |
What is the output of the following code? | ```python
print(48 - 37)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(54 + 27)
``` | 81 |
What is the output of the following code? | ```python
print(44 + 2)
``` | 46 |
What is the output of the following code? | ```python
print(93 - 77)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 47)
``` | 987 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 22)
``` | 440 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 8)
``` | 92 |
What is the output of the following code? | ```python
print(63 - 34)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 1)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 28)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 82)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 37)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 58)
``` | -7 |
What is the output of the following code? | ```python
print(58 * 11)
``` | 638 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 24)
``` | 1896 |
What is the output of the following code? | ```python
print(25 * 2)
``` | 50 |
What is the output of the following code? | ```python
print(2 + 88)
``` | 90 |
What is the output of the following code? | ```python
print(71 * 71)
``` | 5041 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 27)
``` | 102 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.