instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(48 + 2)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 22)
``` | 29 |
What is the output of the following code? | ```python
print(27 - 86)
``` | -59 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 36)
``` | 134 |
What is the output of the following code? | ```python
print(83 + 49)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 15)
``` | 26 |
What is the output of the following code? | ```python
print(95 * 72)
``` | 6840 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 83)
``` | 6640 |
What is the output of the following code? | ```python
print(31 + 95)
``` | 126 |
What is the output of the following code? | ```python
print(61 - 12)
``` | 49 |
What is the output of the following code? | ```python
print(43 - 92)
``` | -49 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 82)
``` | 6560 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 13)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(41 + 48)
``` | 89 |
What is the output of the following code? | ```python
print(88 * 77)
``` | 6776 |
What is the output of the following code? | ```python
print(84 + 34)
``` | 118 |
What is the output of the following code? | ```python
print(56 * 61)
``` | 3416 |
What is the output of the following code? | ```python
print(54 - 95)
``` | -41 |
What is the output of the following code? | ```python
print(82 + 58)
``` | 140 |
What is the output of the following code? | ```python
print(11 * 11)
``` | 121 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 11)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 78)
``` | 5226 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 53)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 42)
``` | 3234 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 15)
``` | 1215 |
¿Cuál es la salida del siguiente código? | ```python
print(64 + 13)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 57)
``` | 4560 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 76)
``` | 144 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 64)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 91)
``` | -40 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 46)
``` | 54 |
What is the output of the following code? | ```python
print(78 + 91)
``` | 169 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 74)
``` | 2368 |
¿Cuál es la salida del siguiente código? | ```python
print(54 + 95)
``` | 149 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 21)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 51)
``` | 2244 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 48)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 70)
``` | 4970 |
What is the output of the following code? | ```python
print(58 + 54)
``` | 112 |
What is the output of the following code? | ```python
print(28 - 94)
``` | -66 |
What is the output of the following code? | ```python
print(97 - 97)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 66)
``` | 4818 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 68)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 74)
``` | -63 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 87)
``` | -74 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 86)
``` | -12 |
What is the output of the following code? | ```python
print(80 + 60)
``` | 140 |
What is the output of the following code? | ```python
print(8 + 95)
``` | 103 |
What is the output of the following code? | ```python
print(27 + 51)
``` | 78 |
What is the output of the following code? | ```python
print(23 * 64)
``` | 1472 |
What is the output of the following code? | ```python
print(47 * 69)
``` | 3243 |
What is the output of the following code? | ```python
print(8 - 94)
``` | -86 |
What is the output of the following code? | ```python
print(6 * 15)
``` | 90 |
What is the output of the following code? | ```python
print(3 - 43)
``` | -40 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 80)
``` | -75 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 58)
``` | 115 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 11)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 13)
``` | 312 |
What is the output of the following code? | ```python
print(16 - 43)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 56)
``` | 99 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 69)
``` | 31 |
What is the output of the following code? | ```python
print(6 + 6)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(17 - 8)
``` | 9 |
What is the output of the following code? | ```python
print(87 - 1)
``` | 86 |
What is the output of the following code? | ```python
print(5 - 74)
``` | -69 |
What is the output of the following code? | ```python
print(87 - 16)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 91)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(64 + 22)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 59)
``` | 4720 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 54)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(3 - 14)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 89)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 87)
``` | -66 |
What is the output of the following code? | ```python
print(69 - 67)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(69 + 35)
``` | 104 |
What is the output of the following code? | ```python
print(65 * 62)
``` | 4030 |
What is the output of the following code? | ```python
print(94 + 26)
``` | 120 |
What is the output of the following code? | ```python
print(66 + 16)
``` | 82 |
What is the output of the following code? | ```python
print(84 - 10)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 33)
``` | -18 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 12)
``` | 588 |
What is the output of the following code? | ```python
print(52 * 72)
``` | 3744 |
What is the output of the following code? | ```python
print(58 + 28)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 57)
``` | 9 |
What is the output of the following code? | ```python
print(82 + 70)
``` | 152 |
What is the output of the following code? | ```python
print(31 - 81)
``` | -50 |
¿Cuál es la salida del siguiente código? | ```python
print(69 - 7)
``` | 62 |
What is the output of the following code? | ```python
print(36 + 57)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 97)
``` | 2619 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 36)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 21)
``` | 95 |
What is the output of the following code? | ```python
print(5 + 55)
``` | 60 |
What is the output of the following code? | ```python
print(59 - 42)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 18)
``` | 1062 |
¿Cuál es la salida del siguiente código? | ```python
print(76 - 30)
``` | 46 |
What is the output of the following code? | ```python
print(60 * 59)
``` | 3540 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 16)
``` | 1440 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 69)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 38)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 88)
``` | 5544 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.