instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(79 - 36)
``` | 43 |
What is the output of the following code? | ```python
print(15 + 78)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 31)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 19)
``` | 209 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 61)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 50)
``` | 41 |
What is the output of the following code? | ```python
print(56 - 2)
``` | 54 |
What is the output of the following code? | ```python
print(41 * 68)
``` | 2788 |
¿Cuál es la salida del siguiente código? | ```python
print(69 - 82)
``` | -13 |
What is the output of the following code? | ```python
print(13 * 33)
``` | 429 |
What is the output of the following code? | ```python
print(93 - 37)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 12)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 17)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 85)
``` | 145 |
What is the output of the following code? | ```python
print(100 - 10)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(43 - 8)
``` | 35 |
What is the output of the following code? | ```python
print(9 + 63)
``` | 72 |
What is the output of the following code? | ```python
print(63 + 14)
``` | 77 |
What is the output of the following code? | ```python
print(83 - 14)
``` | 69 |
What is the output of the following code? | ```python
print(10 * 10)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 100)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(50 * 14)
``` | 700 |
¿Cuál es la salida del siguiente código? | ```python
print(25 * 4)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 44)
``` | 352 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 17)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 79)
``` | 156 |
What is the output of the following code? | ```python
print(95 - 87)
``` | 8 |
What is the output of the following code? | ```python
print(88 * 74)
``` | 6512 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 98)
``` | 126 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 36)
``` | 52 |
What is the output of the following code? | ```python
print(48 + 71)
``` | 119 |
What is the output of the following code? | ```python
print(75 + 6)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 12)
``` | 276 |
¿Cuál es la salida del siguiente código? | ```python
print(82 * 35)
``` | 2870 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 13)
``` | 884 |
What is the output of the following code? | ```python
print(15 * 20)
``` | 300 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 37)
``` | 84 |
What is the output of the following code? | ```python
print(79 - 98)
``` | -19 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 69)
``` | 76 |
What is the output of the following code? | ```python
print(31 - 95)
``` | -64 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 10)
``` | 19 |
What is the output of the following code? | ```python
print(56 + 19)
``` | 75 |
What is the output of the following code? | ```python
print(48 - 18)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(5 * 89)
``` | 445 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 60)
``` | -45 |
What is the output of the following code? | ```python
print(44 - 29)
``` | 15 |
What is the output of the following code? | ```python
print(55 + 95)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 29)
``` | 2175 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 83)
``` | 114 |
What is the output of the following code? | ```python
print(48 - 81)
``` | -33 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 43)
``` | 3827 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 35)
``` | 3395 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 60)
``` | 2820 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 83)
``` | 1909 |
¿Cuál es la salida del siguiente código? | ```python
print(35 * 65)
``` | 2275 |
What is the output of the following code? | ```python
print(9 - 48)
``` | -39 |
¿Cuál es la salida del siguiente código? | ```python
print(59 + 12)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(36 * 15)
``` | 540 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 70)
``` | 158 |
What is the output of the following code? | ```python
print(57 * 95)
``` | 5415 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 3)
``` | 12 |
What is the output of the following code? | ```python
print(17 + 40)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 22)
``` | 1298 |
What is the output of the following code? | ```python
print(23 * 91)
``` | 2093 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 6)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(91 * 5)
``` | 455 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 21)
``` | 1470 |
What is the output of the following code? | ```python
print(4 - 52)
``` | -48 |
What is the output of the following code? | ```python
print(95 * 70)
``` | 6650 |
What is the output of the following code? | ```python
print(15 - 94)
``` | -79 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 15)
``` | 56 |
What is the output of the following code? | ```python
print(42 * 8)
``` | 336 |
What is the output of the following code? | ```python
print(11 - 69)
``` | -58 |
What is the output of the following code? | ```python
print(41 * 78)
``` | 3198 |
What is the output of the following code? | ```python
print(92 - 55)
``` | 37 |
What is the output of the following code? | ```python
print(37 - 45)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 95)
``` | -38 |
What is the output of the following code? | ```python
print(94 * 55)
``` | 5170 |
What is the output of the following code? | ```python
print(76 + 77)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 68)
``` | -7 |
What is the output of the following code? | ```python
print(53 - 82)
``` | -29 |
What is the output of the following code? | ```python
print(60 * 91)
``` | 5460 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 38)
``` | 1862 |
What is the output of the following code? | ```python
print(39 - 75)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 20)
``` | -19 |
What is the output of the following code? | ```python
print(86 - 37)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 64)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(94 + 74)
``` | 168 |
What is the output of the following code? | ```python
print(8 - 19)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 35)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 82)
``` | 150 |
What is the output of the following code? | ```python
print(90 - 89)
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(67 - 37)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(65 + 29)
``` | 94 |
What is the output of the following code? | ```python
print(57 * 77)
``` | 4389 |
What is the output of the following code? | ```python
print(39 * 4)
``` | 156 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 19)
``` | 1691 |
¿Cuál es la salida del siguiente código? | ```python
print(27 + 17)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(62 - 97)
``` | -35 |
¿Cuál es la salida del siguiente código? | ```python
print(5 * 85)
``` | 425 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.