instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(46 * 75)
``` | 3450 |
What is the output of the following code? | ```python
print(2 * 41)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 82)
``` | 122 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 53)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 20)
``` | 4 |
What is the output of the following code? | ```python
print(43 - 60)
``` | -17 |
What is the output of the following code? | ```python
print(18 * 42)
``` | 756 |
What is the output of the following code? | ```python
print(51 + 72)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 61)
``` | 5795 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 81)
``` | 3483 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 30)
``` | 11 |
What is the output of the following code? | ```python
print(24 - 62)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 76)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 83)
``` | -77 |
¿Cuál es la salida del siguiente código? | ```python
print(42 * 64)
``` | 2688 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 34)
``` | 2482 |
What is the output of the following code? | ```python
print(68 + 99)
``` | 167 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 36)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 99)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 51)
``` | 83 |
What is the output of the following code? | ```python
print(21 + 45)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 53)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 24)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 65)
``` | -45 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 55)
``` | 86 |
What is the output of the following code? | ```python
print(22 + 5)
``` | 27 |
What is the output of the following code? | ```python
print(11 * 51)
``` | 561 |
What is the output of the following code? | ```python
print(35 + 47)
``` | 82 |
What is the output of the following code? | ```python
print(100 * 24)
``` | 2400 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 67)
``` | 25 |
What is the output of the following code? | ```python
print(19 + 5)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(50 * 84)
``` | 4200 |
What is the output of the following code? | ```python
print(50 - 35)
``` | 15 |
What is the output of the following code? | ```python
print(82 + 6)
``` | 88 |
What is the output of the following code? | ```python
print(19 - 79)
``` | -60 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 73)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 13)
``` | 403 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 28)
``` | 896 |
What is the output of the following code? | ```python
print(16 + 56)
``` | 72 |
What is the output of the following code? | ```python
print(33 - 35)
``` | -2 |
What is the output of the following code? | ```python
print(27 + 39)
``` | 66 |
What is the output of the following code? | ```python
print(16 - 42)
``` | -26 |
What is the output of the following code? | ```python
print(20 * 72)
``` | 1440 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 97)
``` | -96 |
¿Cuál es la salida del siguiente código? | ```python
print(88 - 87)
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 42)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 100)
``` | 4500 |
What is the output of the following code? | ```python
print(66 * 53)
``` | 3498 |
What is the output of the following code? | ```python
print(83 - 33)
``` | 50 |
What is the output of the following code? | ```python
print(76 + 57)
``` | 133 |
What is the output of the following code? | ```python
print(86 + 32)
``` | 118 |
What is the output of the following code? | ```python
print(71 * 24)
``` | 1704 |
What is the output of the following code? | ```python
print(57 * 57)
``` | 3249 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 90)
``` | -89 |
¿Cuál es la salida del siguiente código? | ```python
print(30 - 59)
``` | -29 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 30)
``` | 68 |
What is the output of the following code? | ```python
print(59 + 40)
``` | 99 |
What is the output of the following code? | ```python
print(43 + 83)
``` | 126 |
What is the output of the following code? | ```python
print(51 * 55)
``` | 2805 |
What is the output of the following code? | ```python
print(63 - 91)
``` | -28 |
What is the output of the following code? | ```python
print(99 * 5)
``` | 495 |
¿Cuál es la salida del siguiente código? | ```python
print(67 - 17)
``` | 50 |
What is the output of the following code? | ```python
print(94 - 35)
``` | 59 |
What is the output of the following code? | ```python
print(21 + 27)
``` | 48 |
What is the output of the following code? | ```python
print(96 - 19)
``` | 77 |
What is the output of the following code? | ```python
print(10 * 62)
``` | 620 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 62)
``` | 31 |
What is the output of the following code? | ```python
print(62 - 42)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 12)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 9)
``` | 387 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 62)
``` | 152 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 39)
``` | 60 |
What is the output of the following code? | ```python
print(72 * 56)
``` | 4032 |
What is the output of the following code? | ```python
print(49 + 10)
``` | 59 |
What is the output of the following code? | ```python
print(3 * 33)
``` | 99 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 47)
``` | 90 |
What is the output of the following code? | ```python
print(48 + 28)
``` | 76 |
What is the output of the following code? | ```python
print(52 + 77)
``` | 129 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 68)
``` | 6528 |
What is the output of the following code? | ```python
print(75 + 25)
``` | 100 |
What is the output of the following code? | ```python
print(61 + 13)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 14)
``` | 1120 |
What is the output of the following code? | ```python
print(20 + 6)
``` | 26 |
What is the output of the following code? | ```python
print(77 + 32)
``` | 109 |
What is the output of the following code? | ```python
print(99 + 74)
``` | 173 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 88)
``` | 164 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 53)
``` | -11 |
What is the output of the following code? | ```python
print(79 - 64)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 57)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 51)
``` | -13 |
What is the output of the following code? | ```python
print(27 - 85)
``` | -58 |
What is the output of the following code? | ```python
print(55 * 85)
``` | 4675 |
What is the output of the following code? | ```python
print(40 * 95)
``` | 3800 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 33)
``` | 2937 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 25)
``` | 275 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 36)
``` | 3564 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 11)
``` | 68 |
What is the output of the following code? | ```python
print(26 * 19)
``` | 494 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 100)
``` | 800 |
What is the output of the following code? | ```python
print(18 - 27)
``` | -9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.