instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(88 * 62)
``` | 5456 |
What is the output of the following code? | ```python
print(17 + 45)
``` | 62 |
What is the output of the following code? | ```python
print(1 + 5)
``` | 6 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 55)
``` | 1815 |
What is the output of the following code? | ```python
print(28 * 35)
``` | 980 |
What is the output of the following code? | ```python
print(18 * 3)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 35)
``` | 2100 |
What is the output of the following code? | ```python
print(14 + 31)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 4)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(59 + 38)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(35 - 31)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(27 + 50)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 25)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 33)
``` | 70 |
What is the output of the following code? | ```python
print(32 * 63)
``` | 2016 |
What is the output of the following code? | ```python
print(78 + 27)
``` | 105 |
What is the output of the following code? | ```python
print(9 + 15)
``` | 24 |
What is the output of the following code? | ```python
print(27 - 42)
``` | -15 |
What is the output of the following code? | ```python
print(66 * 50)
``` | 3300 |
What is the output of the following code? | ```python
print(28 - 59)
``` | -31 |
What is the output of the following code? | ```python
print(46 * 43)
``` | 1978 |
What is the output of the following code? | ```python
print(43 - 79)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 18)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(54 + 33)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 81)
``` | 142 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 30)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 86)
``` | -9 |
What is the output of the following code? | ```python
print(34 + 13)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 66)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 31)
``` | 2201 |
What is the output of the following code? | ```python
print(34 * 33)
``` | 1122 |
What is the output of the following code? | ```python
print(33 * 95)
``` | 3135 |
What is the output of the following code? | ```python
print(82 + 29)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(16 - 41)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(73 - 18)
``` | 55 |
What is the output of the following code? | ```python
print(3 - 61)
``` | -58 |
What is the output of the following code? | ```python
print(38 + 44)
``` | 82 |
What is the output of the following code? | ```python
print(50 - 48)
``` | 2 |
What is the output of the following code? | ```python
print(54 - 61)
``` | -7 |
What is the output of the following code? | ```python
print(49 - 14)
``` | 35 |
What is the output of the following code? | ```python
print(83 + 47)
``` | 130 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 72)
``` | 0 |
What is the output of the following code? | ```python
print(56 - 57)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(63 - 16)
``` | 47 |
What is the output of the following code? | ```python
print(83 + 89)
``` | 172 |
What is the output of the following code? | ```python
print(93 * 56)
``` | 5208 |
What is the output of the following code? | ```python
print(97 * 98)
``` | 9506 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 49)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(7 * 81)
``` | 567 |
¿Cuál es la salida del siguiente código? | ```python
print(5 * 8)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 20)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 1)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(3 - 88)
``` | -85 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 57)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(34 - 23)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 24)
``` | 432 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 12)
``` | 792 |
¿Cuál es la salida del siguiente código? | ```python
print(25 * 88)
``` | 2200 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 13)
``` | 44 |
What is the output of the following code? | ```python
print(87 + 59)
``` | 146 |
What is the output of the following code? | ```python
print(6 - 53)
``` | -47 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 9)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 30)
``` | 3 |
What is the output of the following code? | ```python
print(12 * 99)
``` | 1188 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 37)
``` | 58 |
What is the output of the following code? | ```python
print(56 + 28)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 4)
``` | 43 |
What is the output of the following code? | ```python
print(3 * 63)
``` | 189 |
What is the output of the following code? | ```python
print(88 + 80)
``` | 168 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 25)
``` | 36 |
What is the output of the following code? | ```python
print(82 + 53)
``` | 135 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 43)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 66)
``` | 166 |
¿Cuál es la salida del siguiente código? | ```python
print(69 - 21)
``` | 48 |
What is the output of the following code? | ```python
print(3 + 42)
``` | 45 |
What is the output of the following code? | ```python
print(57 * 15)
``` | 855 |
What is the output of the following code? | ```python
print(21 + 70)
``` | 91 |
What is the output of the following code? | ```python
print(10 + 59)
``` | 69 |
What is the output of the following code? | ```python
print(79 + 87)
``` | 166 |
¿Cuál es la salida del siguiente código? | ```python
print(86 + 56)
``` | 142 |
What is the output of the following code? | ```python
print(94 - 59)
``` | 35 |
What is the output of the following code? | ```python
print(47 * 10)
``` | 470 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 75)
``` | 3000 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 3)
``` | 11 |
What is the output of the following code? | ```python
print(2 - 32)
``` | -30 |
What is the output of the following code? | ```python
print(19 - 43)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 7)
``` | 73 |
What is the output of the following code? | ```python
print(65 * 95)
``` | 6175 |
What is the output of the following code? | ```python
print(34 + 30)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 70)
``` | 88 |
What is the output of the following code? | ```python
print(44 - 76)
``` | -32 |
What is the output of the following code? | ```python
print(52 + 82)
``` | 134 |
¿Cuál es la salida del siguiente código? | ```python
print(12 - 83)
``` | -71 |
What is the output of the following code? | ```python
print(41 - 72)
``` | -31 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 63)
``` | -56 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 34)
``` | 66 |
What is the output of the following code? | ```python
print(36 * 88)
``` | 3168 |
What is the output of the following code? | ```python
print(72 + 50)
``` | 122 |
What is the output of the following code? | ```python
print(82 + 80)
``` | 162 |
What is the output of the following code? | ```python
print(6 * 43)
``` | 258 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.