instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(32 * 16)
``` | 512 |
What is the output of the following code? | ```python
print(36 + 74)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 23)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 33)
``` | 1716 |
What is the output of the following code? | ```python
print(26 * 7)
``` | 182 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 83)
``` | 3735 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 25)
``` | 1800 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 85)
``` | 6715 |
What is the output of the following code? | ```python
print(3 + 4)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 1)
``` | 89 |
What is the output of the following code? | ```python
print(44 + 18)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 79)
``` | 79 |
What is the output of the following code? | ```python
print(61 - 63)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 46)
``` | 6 |
What is the output of the following code? | ```python
print(94 + 23)
``` | 117 |
What is the output of the following code? | ```python
print(28 * 93)
``` | 2604 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 8)
``` | 59 |
What is the output of the following code? | ```python
print(56 - 37)
``` | 19 |
What is the output of the following code? | ```python
print(53 * 25)
``` | 1325 |
What is the output of the following code? | ```python
print(46 + 6)
``` | 52 |
What is the output of the following code? | ```python
print(77 - 36)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 94)
``` | -19 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 67)
``` | 938 |
What is the output of the following code? | ```python
print(5 + 79)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 69)
``` | 5106 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 99)
``` | -22 |
What is the output of the following code? | ```python
print(13 - 30)
``` | -17 |
What is the output of the following code? | ```python
print(20 * 30)
``` | 600 |
What is the output of the following code? | ```python
print(86 - 32)
``` | 54 |
What is the output of the following code? | ```python
print(12 - 54)
``` | -42 |
What is the output of the following code? | ```python
print(19 + 71)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 45)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 52)
``` | 113 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 20)
``` | 1420 |
¿Cuál es la salida del siguiente código? | ```python
print(93 + 71)
``` | 164 |
What is the output of the following code? | ```python
print(87 - 48)
``` | 39 |
What is the output of the following code? | ```python
print(64 - 43)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(64 * 48)
``` | 3072 |
What is the output of the following code? | ```python
print(35 + 82)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 71)
``` | -57 |
What is the output of the following code? | ```python
print(88 * 51)
``` | 4488 |
What is the output of the following code? | ```python
print(92 - 83)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 88)
``` | 122 |
What is the output of the following code? | ```python
print(6 * 14)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 5)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 12)
``` | 468 |
What is the output of the following code? | ```python
print(61 + 43)
``` | 104 |
What is the output of the following code? | ```python
print(57 - 92)
``` | -35 |
What is the output of the following code? | ```python
print(81 - 70)
``` | 11 |
What is the output of the following code? | ```python
print(11 * 43)
``` | 473 |
What is the output of the following code? | ```python
print(70 * 9)
``` | 630 |
What is the output of the following code? | ```python
print(45 * 47)
``` | 2115 |
What is the output of the following code? | ```python
print(45 + 33)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 20)
``` | 920 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 7)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 89)
``` | -87 |
What is the output of the following code? | ```python
print(9 - 65)
``` | -56 |
What is the output of the following code? | ```python
print(36 + 51)
``` | 87 |
What is the output of the following code? | ```python
print(14 + 35)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 75)
``` | -52 |
What is the output of the following code? | ```python
print(58 - 99)
``` | -41 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 95)
``` | 2 |
What is the output of the following code? | ```python
print(51 + 55)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 53)
``` | 4240 |
¿Cuál es la salida del siguiente código? | ```python
print(91 * 96)
``` | 8736 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 46)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 2)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 89)
``` | 100 |
What is the output of the following code? | ```python
print(80 + 21)
``` | 101 |
What is the output of the following code? | ```python
print(4 * 48)
``` | 192 |
What is the output of the following code? | ```python
print(84 + 3)
``` | 87 |
What is the output of the following code? | ```python
print(28 - 35)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(86 + 64)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 87)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(41 * 38)
``` | 1558 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 38)
``` | 133 |
¿Cuál es la salida del siguiente código? | ```python
print(91 * 68)
``` | 6188 |
¿Cuál es la salida del siguiente código? | ```python
print(48 + 90)
``` | 138 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 47)
``` | 110 |
What is the output of the following code? | ```python
print(29 + 100)
``` | 129 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 79)
``` | 3002 |
What is the output of the following code? | ```python
print(68 + 92)
``` | 160 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 12)
``` | 61 |
What is the output of the following code? | ```python
print(77 + 75)
``` | 152 |
What is the output of the following code? | ```python
print(82 + 10)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 36)
``` | 17 |
What is the output of the following code? | ```python
print(60 + 67)
``` | 127 |
What is the output of the following code? | ```python
print(86 * 45)
``` | 3870 |
What is the output of the following code? | ```python
print(14 - 35)
``` | -21 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 98)
``` | 137 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 90)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 15)
``` | 390 |
What is the output of the following code? | ```python
print(20 - 85)
``` | -65 |
What is the output of the following code? | ```python
print(8 - 81)
``` | -73 |
What is the output of the following code? | ```python
print(48 + 14)
``` | 62 |
What is the output of the following code? | ```python
print(74 - 3)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 8)
``` | 368 |
What is the output of the following code? | ```python
print(17 * 63)
``` | 1071 |
¿Cuál es la salida del siguiente código? | ```python
print(96 + 73)
``` | 169 |
What is the output of the following code? | ```python
print(96 - 38)
``` | 58 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.