instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(50 - 14)
``` | 36 |
What is the output of the following code? | ```python
print(4 - 13)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 6)
``` | 20 |
What is the output of the following code? | ```python
print(84 - 3)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(22 - 32)
``` | -10 |
What is the output of the following code? | ```python
print(20 + 1)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(82 * 68)
``` | 5576 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 85)
``` | -10 |
What is the output of the following code? | ```python
print(47 + 87)
``` | 134 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 69)
``` | 2691 |
What is the output of the following code? | ```python
print(22 * 70)
``` | 1540 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 26)
``` | 520 |
What is the output of the following code? | ```python
print(23 + 16)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 79)
``` | -65 |
What is the output of the following code? | ```python
print(59 + 35)
``` | 94 |
What is the output of the following code? | ```python
print(26 - 14)
``` | 12 |
What is the output of the following code? | ```python
print(65 * 30)
``` | 1950 |
What is the output of the following code? | ```python
print(39 * 96)
``` | 3744 |
What is the output of the following code? | ```python
print(32 - 66)
``` | -34 |
What is the output of the following code? | ```python
print(28 * 79)
``` | 2212 |
¿Cuál es la salida del siguiente código? | ```python
print(65 + 1)
``` | 66 |
What is the output of the following code? | ```python
print(24 - 39)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 55)
``` | 2 |
What is the output of the following code? | ```python
print(49 - 86)
``` | -37 |
¿Cuál es la salida del siguiente código? | ```python
print(43 - 96)
``` | -53 |
What is the output of the following code? | ```python
print(43 + 7)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 59)
``` | 2655 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 38)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 23)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 53)
``` | -27 |
What is the output of the following code? | ```python
print(50 + 35)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 57)
``` | 156 |
What is the output of the following code? | ```python
print(22 + 75)
``` | 97 |
What is the output of the following code? | ```python
print(25 - 69)
``` | -44 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 92)
``` | 6440 |
What is the output of the following code? | ```python
print(45 - 69)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 57)
``` | 120 |
¿Cuál es la salida del siguiente código? | ```python
print(87 + 1)
``` | 88 |
What is the output of the following code? | ```python
print(70 + 40)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 39)
``` | 1521 |
What is the output of the following code? | ```python
print(10 + 7)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 67)
``` | 107 |
What is the output of the following code? | ```python
print(59 * 24)
``` | 1416 |
What is the output of the following code? | ```python
print(18 - 43)
``` | -25 |
What is the output of the following code? | ```python
print(70 * 90)
``` | 6300 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 93)
``` | -18 |
What is the output of the following code? | ```python
print(68 + 88)
``` | 156 |
What is the output of the following code? | ```python
print(19 * 71)
``` | 1349 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 6)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 48)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 67)
``` | -42 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 51)
``` | 35 |
What is the output of the following code? | ```python
print(59 - 51)
``` | 8 |
What is the output of the following code? | ```python
print(83 * 27)
``` | 2241 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 78)
``` | 162 |
¿Cuál es la salida del siguiente código? | ```python
print(17 - 14)
``` | 3 |
What is the output of the following code? | ```python
print(27 + 88)
``` | 115 |
What is the output of the following code? | ```python
print(22 * 44)
``` | 968 |
What is the output of the following code? | ```python
print(30 * 23)
``` | 690 |
What is the output of the following code? | ```python
print(93 - 46)
``` | 47 |
What is the output of the following code? | ```python
print(43 - 35)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 70)
``` | 122 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 37)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 36)
``` | 115 |
What is the output of the following code? | ```python
print(26 + 47)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 50)
``` | 4050 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 6)
``` | 23 |
What is the output of the following code? | ```python
print(71 * 1)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 11)
``` | 49 |
What is the output of the following code? | ```python
print(2 * 28)
``` | 56 |
What is the output of the following code? | ```python
print(24 * 25)
``` | 600 |
What is the output of the following code? | ```python
print(46 - 6)
``` | 40 |
What is the output of the following code? | ```python
print(49 + 48)
``` | 97 |
What is the output of the following code? | ```python
print(41 + 82)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 72)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 44)
``` | 3212 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 1)
``` | 51 |
What is the output of the following code? | ```python
print(73 + 28)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 39)
``` | 136 |
What is the output of the following code? | ```python
print(37 - 77)
``` | -40 |
What is the output of the following code? | ```python
print(65 * 51)
``` | 3315 |
What is the output of the following code? | ```python
print(21 - 26)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 78)
``` | 624 |
What is the output of the following code? | ```python
print(8 * 75)
``` | 600 |
What is the output of the following code? | ```python
print(23 - 54)
``` | -31 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 80)
``` | 3040 |
What is the output of the following code? | ```python
print(45 + 39)
``` | 84 |
What is the output of the following code? | ```python
print(14 + 21)
``` | 35 |
What is the output of the following code? | ```python
print(5 + 86)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 99)
``` | 183 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 15)
``` | 600 |
What is the output of the following code? | ```python
print(94 + 68)
``` | 162 |
What is the output of the following code? | ```python
print(20 * 10)
``` | 200 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 47)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 85)
``` | 1700 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 65)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 95)
``` | -54 |
What is the output of the following code? | ```python
print(21 + 17)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 61)
``` | 1464 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 90)
``` | 5310 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.