instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(49 * 58)
``` | 2842 |
What is the output of the following code? | ```python
print(40 - 86)
``` | -46 |
What is the output of the following code? | ```python
print(50 - 42)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(34 - 90)
``` | -56 |
¿Cuál es la salida del siguiente código? | ```python
print(31 - 3)
``` | 28 |
What is the output of the following code? | ```python
print(18 + 16)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 4)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 80)
``` | -19 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 33)
``` | 65 |
What is the output of the following code? | ```python
print(88 * 96)
``` | 8448 |
What is the output of the following code? | ```python
print(37 + 97)
``` | 134 |
What is the output of the following code? | ```python
print(21 + 74)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 22)
``` | -21 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 24)
``` | 1920 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 57)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(88 - 53)
``` | 35 |
What is the output of the following code? | ```python
print(6 + 12)
``` | 18 |
What is the output of the following code? | ```python
print(92 * 2)
``` | 184 |
What is the output of the following code? | ```python
print(31 * 29)
``` | 899 |
What is the output of the following code? | ```python
print(79 - 30)
``` | 49 |
What is the output of the following code? | ```python
print(39 + 15)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(73 + 13)
``` | 86 |
What is the output of the following code? | ```python
print(91 + 2)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 24)
``` | 27 |
What is the output of the following code? | ```python
print(86 * 34)
``` | 2924 |
What is the output of the following code? | ```python
print(90 + 14)
``` | 104 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 12)
``` | 72 |
What is the output of the following code? | ```python
print(85 + 53)
``` | 138 |
What is the output of the following code? | ```python
print(5 + 82)
``` | 87 |
What is the output of the following code? | ```python
print(63 + 55)
``` | 118 |
What is the output of the following code? | ```python
print(100 * 92)
``` | 9200 |
What is the output of the following code? | ```python
print(36 + 46)
``` | 82 |
What is the output of the following code? | ```python
print(38 + 31)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 5)
``` | 70 |
What is the output of the following code? | ```python
print(1 * 99)
``` | 99 |
What is the output of the following code? | ```python
print(28 - 62)
``` | -34 |
What is the output of the following code? | ```python
print(56 * 29)
``` | 1624 |
What is the output of the following code? | ```python
print(22 * 84)
``` | 1848 |
What is the output of the following code? | ```python
print(57 * 83)
``` | 4731 |
What is the output of the following code? | ```python
print(32 - 86)
``` | -54 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 23)
``` | 2139 |
What is the output of the following code? | ```python
print(61 - 55)
``` | 6 |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 81)
``` | -22 |
What is the output of the following code? | ```python
print(69 + 97)
``` | 166 |
What is the output of the following code? | ```python
print(6 + 43)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 83)
``` | 95 |
What is the output of the following code? | ```python
print(14 + 74)
``` | 88 |
What is the output of the following code? | ```python
print(83 + 31)
``` | 114 |
What is the output of the following code? | ```python
print(45 * 55)
``` | 2475 |
¿Cuál es la salida del siguiente código? | ```python
print(82 * 24)
``` | 1968 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 18)
``` | 76 |
What is the output of the following code? | ```python
print(91 * 15)
``` | 1365 |
¿Cuál es la salida del siguiente código? | ```python
print(2 * 64)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 95)
``` | 7315 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 77)
``` | 134 |
What is the output of the following code? | ```python
print(50 * 61)
``` | 3050 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 86)
``` | 5762 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 22)
``` | 1452 |
¿Cuál es la salida del siguiente código? | ```python
print(59 + 10)
``` | 69 |
What is the output of the following code? | ```python
print(29 + 81)
``` | 110 |
What is the output of the following code? | ```python
print(40 + 67)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 89)
``` | 172 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 59)
``` | 3599 |
¿Cuál es la salida del siguiente código? | ```python
print(76 - 81)
``` | -5 |
What is the output of the following code? | ```python
print(27 + 12)
``` | 39 |
What is the output of the following code? | ```python
print(23 - 37)
``` | -14 |
What is the output of the following code? | ```python
print(99 - 98)
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 6)
``` | 50 |
What is the output of the following code? | ```python
print(59 * 49)
``` | 2891 |
What is the output of the following code? | ```python
print(22 * 75)
``` | 1650 |
¿Cuál es la salida del siguiente código? | ```python
print(8 - 75)
``` | -67 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 93)
``` | 1674 |
¿Cuál es la salida del siguiente código? | ```python
print(87 - 89)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(73 + 72)
``` | 145 |
What is the output of the following code? | ```python
print(38 - 87)
``` | -49 |
What is the output of the following code? | ```python
print(64 + 22)
``` | 86 |
What is the output of the following code? | ```python
print(4 - 65)
``` | -61 |
¿Cuál es la salida del siguiente código? | ```python
print(91 + 98)
``` | 189 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 97)
``` | 6596 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 66)
``` | -43 |
What is the output of the following code? | ```python
print(15 * 93)
``` | 1395 |
What is the output of the following code? | ```python
print(42 + 41)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 75)
``` | 167 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 58)
``` | -39 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 17)
``` | 799 |
What is the output of the following code? | ```python
print(72 + 46)
``` | 118 |
What is the output of the following code? | ```python
print(55 - 19)
``` | 36 |
What is the output of the following code? | ```python
print(90 * 19)
``` | 1710 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 89)
``` | 136 |
What is the output of the following code? | ```python
print(94 - 14)
``` | 80 |
What is the output of the following code? | ```python
print(94 * 38)
``` | 3572 |
What is the output of the following code? | ```python
print(66 + 98)
``` | 164 |
What is the output of the following code? | ```python
print(74 * 84)
``` | 6216 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 85)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(82 * 39)
``` | 3198 |
What is the output of the following code? | ```python
print(30 + 2)
``` | 32 |
What is the output of the following code? | ```python
print(62 - 46)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 82)
``` | 1066 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 29)
``` | 48 |
What is the output of the following code? | ```python
print(71 - 10)
``` | 61 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.