instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(37 + 32)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 25)
``` | 35 |
What is the output of the following code? | ```python
print(65 - 88)
``` | -23 |
What is the output of the following code? | ```python
print(66 * 51)
``` | 3366 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 10)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 39)
``` | 1989 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 72)
``` | 26 |
What is the output of the following code? | ```python
print(59 * 47)
``` | 2773 |
What is the output of the following code? | ```python
print(57 * 41)
``` | 2337 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 41)
``` | 118 |
What is the output of the following code? | ```python
print(95 + 16)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(30 - 97)
``` | -67 |
What is the output of the following code? | ```python
print(75 * 21)
``` | 1575 |
What is the output of the following code? | ```python
print(72 + 63)
``` | 135 |
What is the output of the following code? | ```python
print(47 * 96)
``` | 4512 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 75)
``` | 165 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 58)
``` | 88 |
What is the output of the following code? | ```python
print(64 * 84)
``` | 5376 |
¿Cuál es la salida del siguiente código? | ```python
print(72 + 14)
``` | 86 |
What is the output of the following code? | ```python
print(72 + 99)
``` | 171 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 50)
``` | 1450 |
What is the output of the following code? | ```python
print(98 + 82)
``` | 180 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 70)
``` | 6090 |
What is the output of the following code? | ```python
print(35 * 98)
``` | 3430 |
What is the output of the following code? | ```python
print(15 * 52)
``` | 780 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 59)
``` | 158 |
What is the output of the following code? | ```python
print(92 - 93)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 53)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 54)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 42)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 42)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 38)
``` | 19 |
What is the output of the following code? | ```python
print(52 * 75)
``` | 3900 |
What is the output of the following code? | ```python
print(89 + 68)
``` | 157 |
What is the output of the following code? | ```python
print(77 + 92)
``` | 169 |
What is the output of the following code? | ```python
print(56 * 6)
``` | 336 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 63)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 47)
``` | 940 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 39)
``` | 2652 |
What is the output of the following code? | ```python
print(2 + 93)
``` | 95 |
What is the output of the following code? | ```python
print(77 * 96)
``` | 7392 |
What is the output of the following code? | ```python
print(44 + 30)
``` | 74 |
What is the output of the following code? | ```python
print(75 + 71)
``` | 146 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 37)
``` | 222 |
What is the output of the following code? | ```python
print(73 * 17)
``` | 1241 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 36)
``` | 29 |
What is the output of the following code? | ```python
print(73 + 55)
``` | 128 |
What is the output of the following code? | ```python
print(84 - 36)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 60)
``` | 126 |
What is the output of the following code? | ```python
print(43 + 33)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 13)
``` | 108 |
What is the output of the following code? | ```python
print(53 * 75)
``` | 3975 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 20)
``` | 100 |
What is the output of the following code? | ```python
print(17 + 42)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 94)
``` | 173 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 41)
``` | 3649 |
What is the output of the following code? | ```python
print(21 - 8)
``` | 13 |
What is the output of the following code? | ```python
print(51 - 9)
``` | 42 |
What is the output of the following code? | ```python
print(84 + 74)
``` | 158 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 94)
``` | -12 |
What is the output of the following code? | ```python
print(47 + 69)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 83)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 44)
``` | 2112 |
What is the output of the following code? | ```python
print(56 - 18)
``` | 38 |
What is the output of the following code? | ```python
print(59 + 3)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 21)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(73 - 43)
``` | 30 |
What is the output of the following code? | ```python
print(44 * 23)
``` | 1012 |
¿Cuál es la salida del siguiente código? | ```python
print(82 * 81)
``` | 6642 |
¿Cuál es la salida del siguiente código? | ```python
print(86 * 38)
``` | 3268 |
¿Cuál es la salida del siguiente código? | ```python
print(25 * 75)
``` | 1875 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 37)
``` | -14 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 15)
``` | 37 |
What is the output of the following code? | ```python
print(23 * 37)
``` | 851 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 77)
``` | 616 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 34)
``` | 2312 |
What is the output of the following code? | ```python
print(74 - 42)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 98)
``` | 101 |
What is the output of the following code? | ```python
print(12 * 19)
``` | 228 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 7)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 2)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 31)
``` | -13 |
What is the output of the following code? | ```python
print(66 + 87)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 61)
``` | 2745 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 70)
``` | 4900 |
What is the output of the following code? | ```python
print(21 * 57)
``` | 1197 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 97)
``` | -20 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 49)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 14)
``` | 69 |
What is the output of the following code? | ```python
print(17 - 19)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 92)
``` | 8280 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 50)
``` | 25 |
What is the output of the following code? | ```python
print(19 - 67)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 36)
``` | 144 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 98)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 16)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 54)
``` | 120 |
¿Cuál es la salida del siguiente código? | ```python
print(69 + 7)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 70)
``` | 113 |
What is the output of the following code? | ```python
print(42 - 41)
``` | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.