instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(60 + 20)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 58)
``` | 92 |
What is the output of the following code? | ```python
print(15 * 74)
``` | 1110 |
What is the output of the following code? | ```python
print(11 + 100)
``` | 111 |
What is the output of the following code? | ```python
print(12 - 87)
``` | -75 |
What is the output of the following code? | ```python
print(22 + 82)
``` | 104 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 87)
``` | 1479 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 60)
``` | 1980 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 38)
``` | 83 |
What is the output of the following code? | ```python
print(90 + 63)
``` | 153 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 86)
``` | 141 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 67)
``` | 201 |
What is the output of the following code? | ```python
print(84 + 4)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 73)
``` | 82 |
What is the output of the following code? | ```python
print(81 - 68)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(70 + 21)
``` | 91 |
What is the output of the following code? | ```python
print(40 - 66)
``` | -26 |
What is the output of the following code? | ```python
print(13 * 86)
``` | 1118 |
What is the output of the following code? | ```python
print(84 + 44)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 88)
``` | 6864 |
¿Cuál es la salida del siguiente código? | ```python
print(48 - 55)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 24)
``` | 288 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 22)
``` | 2046 |
What is the output of the following code? | ```python
print(34 - 52)
``` | -18 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 1)
``` | 76 |
What is the output of the following code? | ```python
print(79 - 8)
``` | 71 |
What is the output of the following code? | ```python
print(66 - 9)
``` | 57 |
What is the output of the following code? | ```python
print(57 - 9)
``` | 48 |
What is the output of the following code? | ```python
print(19 + 59)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 5)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 93)
``` | 95 |
What is the output of the following code? | ```python
print(34 - 54)
``` | -20 |
What is the output of the following code? | ```python
print(44 + 70)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 27)
``` | 45 |
What is the output of the following code? | ```python
print(81 + 98)
``` | 179 |
What is the output of the following code? | ```python
print(92 - 10)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 21)
``` | 118 |
What is the output of the following code? | ```python
print(9 + 28)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 57)
``` | 5301 |
What is the output of the following code? | ```python
print(54 * 85)
``` | 4590 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 94)
``` | 752 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 50)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(91 * 41)
``` | 3731 |
What is the output of the following code? | ```python
print(84 * 84)
``` | 7056 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 72)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(87 + 52)
``` | 139 |
What is the output of the following code? | ```python
print(56 * 85)
``` | 4760 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 49)
``` | -30 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 58)
``` | 104 |
What is the output of the following code? | ```python
print(100 + 80)
``` | 180 |
What is the output of the following code? | ```python
print(40 + 49)
``` | 89 |
What is the output of the following code? | ```python
print(85 + 28)
``` | 113 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 57)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 87)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 32)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(86 * 85)
``` | 7310 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 15)
``` | 930 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 92)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(100 * 18)
``` | 1800 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 71)
``` | -16 |
¿Cuál es la salida del siguiente código? | ```python
print(94 * 53)
``` | 4982 |
What is the output of the following code? | ```python
print(72 + 81)
``` | 153 |
What is the output of the following code? | ```python
print(23 * 18)
``` | 414 |
What is the output of the following code? | ```python
print(13 * 79)
``` | 1027 |
What is the output of the following code? | ```python
print(65 * 22)
``` | 1430 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 41)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 77)
``` | 6930 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 83)
``` | 104 |
What is the output of the following code? | ```python
print(4 + 87)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(88 * 23)
``` | 2024 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 20)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 87)
``` | 5829 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 76)
``` | -52 |
What is the output of the following code? | ```python
print(11 * 85)
``` | 935 |
What is the output of the following code? | ```python
print(60 * 22)
``` | 1320 |
What is the output of the following code? | ```python
print(35 * 62)
``` | 2170 |
What is the output of the following code? | ```python
print(67 * 84)
``` | 5628 |
What is the output of the following code? | ```python
print(74 - 28)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 54)
``` | 68 |
What is the output of the following code? | ```python
print(35 + 100)
``` | 135 |
What is the output of the following code? | ```python
print(79 * 98)
``` | 7742 |
What is the output of the following code? | ```python
print(24 - 85)
``` | -61 |
¿Cuál es la salida del siguiente código? | ```python
print(81 - 45)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 79)
``` | -5 |
What is the output of the following code? | ```python
print(71 + 56)
``` | 127 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 80)
``` | 136 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 35)
``` | 37 |
What is the output of the following code? | ```python
print(17 * 42)
``` | 714 |
What is the output of the following code? | ```python
print(3 + 66)
``` | 69 |
What is the output of the following code? | ```python
print(20 * 76)
``` | 1520 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 99)
``` | 2772 |
What is the output of the following code? | ```python
print(76 * 93)
``` | 7068 |
What is the output of the following code? | ```python
print(13 + 41)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(28 - 56)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 81)
``` | 89 |
What is the output of the following code? | ```python
print(52 + 90)
``` | 142 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 7)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 12)
``` | 13 |
What is the output of the following code? | ```python
print(66 * 16)
``` | 1056 |
¿Cuál es la salida del siguiente código? | ```python
print(32 + 48)
``` | 80 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.