instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(92 + 43)
``` | 135 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 33)
``` | 759 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 14)
``` | 51 |
What is the output of the following code? | ```python
print(85 - 4)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 83)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 77)
``` | -3 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 95)
``` | 9120 |
What is the output of the following code? | ```python
print(83 + 66)
``` | 149 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 33)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 7)
``` | 511 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 63)
``` | 12 |
What is the output of the following code? | ```python
print(84 + 31)
``` | 115 |
What is the output of the following code? | ```python
print(41 + 32)
``` | 73 |
What is the output of the following code? | ```python
print(47 * 18)
``` | 846 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 10)
``` | 810 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 99)
``` | 2871 |
What is the output of the following code? | ```python
print(65 + 66)
``` | 131 |
What is the output of the following code? | ```python
print(2 + 85)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 30)
``` | 93 |
What is the output of the following code? | ```python
print(6 + 86)
``` | 92 |
What is the output of the following code? | ```python
print(59 + 6)
``` | 65 |
What is the output of the following code? | ```python
print(67 - 82)
``` | -15 |
What is the output of the following code? | ```python
print(10 * 66)
``` | 660 |
What is the output of the following code? | ```python
print(24 - 21)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 74)
``` | 1258 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 6)
``` | 396 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 24)
``` | 816 |
What is the output of the following code? | ```python
print(53 + 77)
``` | 130 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 17)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 88)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 17)
``` | 1445 |
What is the output of the following code? | ```python
print(95 * 98)
``` | 9310 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 53)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 1)
``` | 96 |
What is the output of the following code? | ```python
print(20 * 55)
``` | 1100 |
What is the output of the following code? | ```python
print(69 * 55)
``` | 3795 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 62)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 52)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 1)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(29 + 48)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 67)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 66)
``` | 5082 |
What is the output of the following code? | ```python
print(1 + 21)
``` | 22 |
What is the output of the following code? | ```python
print(25 - 59)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 65)
``` | 118 |
What is the output of the following code? | ```python
print(9 * 49)
``` | 441 |
What is the output of the following code? | ```python
print(12 * 52)
``` | 624 |
What is the output of the following code? | ```python
print(23 - 61)
``` | -38 |
What is the output of the following code? | ```python
print(74 + 35)
``` | 109 |
What is the output of the following code? | ```python
print(26 * 32)
``` | 832 |
What is the output of the following code? | ```python
print(14 + 16)
``` | 30 |
What is the output of the following code? | ```python
print(41 * 64)
``` | 2624 |
What is the output of the following code? | ```python
print(74 + 17)
``` | 91 |
What is the output of the following code? | ```python
print(88 + 100)
``` | 188 |
What is the output of the following code? | ```python
print(2 * 2)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 42)
``` | -29 |
What is the output of the following code? | ```python
print(34 - 31)
``` | 3 |
What is the output of the following code? | ```python
print(64 + 55)
``` | 119 |
What is the output of the following code? | ```python
print(52 - 36)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 20)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(64 * 18)
``` | 1152 |
What is the output of the following code? | ```python
print(73 - 7)
``` | 66 |
What is the output of the following code? | ```python
print(72 - 72)
``` | 0 |
What is the output of the following code? | ```python
print(16 * 45)
``` | 720 |
What is the output of the following code? | ```python
print(87 - 66)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 30)
``` | 14 |
What is the output of the following code? | ```python
print(57 - 100)
``` | -43 |
¿Cuál es la salida del siguiente código? | ```python
print(31 - 85)
``` | -54 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 14)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 11)
``` | 220 |
What is the output of the following code? | ```python
print(32 - 95)
``` | -63 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 46)
``` | 39 |
What is the output of the following code? | ```python
print(90 + 70)
``` | 160 |
What is the output of the following code? | ```python
print(53 + 34)
``` | 87 |
What is the output of the following code? | ```python
print(67 + 98)
``` | 165 |
What is the output of the following code? | ```python
print(69 * 2)
``` | 138 |
What is the output of the following code? | ```python
print(99 - 56)
``` | 43 |
What is the output of the following code? | ```python
print(72 - 56)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 83)
``` | 12 |
What is the output of the following code? | ```python
print(11 * 55)
``` | 605 |
What is the output of the following code? | ```python
print(9 + 24)
``` | 33 |
What is the output of the following code? | ```python
print(59 - 80)
``` | -21 |
What is the output of the following code? | ```python
print(3 + 20)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 37)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 2)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 64)
``` | -24 |
What is the output of the following code? | ```python
print(97 + 19)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 92)
``` | 191 |
What is the output of the following code? | ```python
print(5 - 26)
``` | -21 |
What is the output of the following code? | ```python
print(40 + 42)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 39)
``` | 121 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 75)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 88)
``` | 1056 |
¿Cuál es la salida del siguiente código? | ```python
print(83 * 20)
``` | 1660 |
¿Cuál es la salida del siguiente código? | ```python
print(30 * 41)
``` | 1230 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 63)
``` | 378 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 58)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(9 * 85)
``` | 765 |
What is the output of the following code? | ```python
print(88 * 64)
``` | 5632 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 26)
``` | 31 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.