instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(15 + 44)
``` | 59 |
What is the output of the following code? | ```python
print(57 + 91)
``` | 148 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 37)
``` | 1887 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 16)
``` | 91 |
What is the output of the following code? | ```python
print(5 - 28)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 81)
``` | 3159 |
What is the output of the following code? | ```python
print(97 - 32)
``` | 65 |
What is the output of the following code? | ```python
print(47 + 50)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 73)
``` | 4599 |
¿Cuál es la salida del siguiente código? | ```python
print(50 - 92)
``` | -42 |
What is the output of the following code? | ```python
print(100 + 90)
``` | 190 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 63)
``` | -12 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 28)
``` | 30 |
What is the output of the following code? | ```python
print(51 - 24)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 40)
``` | -11 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 5)
``` | 475 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 82)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(15 - 12)
``` | 3 |
What is the output of the following code? | ```python
print(73 + 24)
``` | 97 |
What is the output of the following code? | ```python
print(6 + 30)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 60)
``` | 120 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 15)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 90)
``` | 146 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 16)
``` | 1088 |
What is the output of the following code? | ```python
print(48 * 43)
``` | 2064 |
What is the output of the following code? | ```python
print(89 - 13)
``` | 76 |
What is the output of the following code? | ```python
print(40 * 7)
``` | 280 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 62)
``` | 159 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 28)
``` | 1988 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 36)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 74)
``` | 3478 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 27)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 17)
``` | 289 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 25)
``` | 117 |
What is the output of the following code? | ```python
print(26 * 1)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 30)
``` | 47 |
What is the output of the following code? | ```python
print(78 + 6)
``` | 84 |
What is the output of the following code? | ```python
print(50 + 51)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 48)
``` | 24 |
What is the output of the following code? | ```python
print(51 + 20)
``` | 71 |
What is the output of the following code? | ```python
print(8 * 39)
``` | 312 |
What is the output of the following code? | ```python
print(5 - 57)
``` | -52 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 49)
``` | 127 |
What is the output of the following code? | ```python
print(22 + 50)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 33)
``` | 52 |
What is the output of the following code? | ```python
print(20 * 13)
``` | 260 |
What is the output of the following code? | ```python
print(31 - 93)
``` | -62 |
What is the output of the following code? | ```python
print(72 + 44)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 29)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(91 * 47)
``` | 4277 |
What is the output of the following code? | ```python
print(60 * 100)
``` | 6000 |
What is the output of the following code? | ```python
print(61 - 35)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 37)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(48 - 74)
``` | -26 |
What is the output of the following code? | ```python
print(58 + 24)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 18)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(50 - 16)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(41 + 40)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 3)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(16 - 11)
``` | 5 |
What is the output of the following code? | ```python
print(72 - 36)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 36)
``` | 3060 |
What is the output of the following code? | ```python
print(88 * 84)
``` | 7392 |
What is the output of the following code? | ```python
print(64 * 25)
``` | 1600 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 60)
``` | -3 |
What is the output of the following code? | ```python
print(36 * 8)
``` | 288 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 42)
``` | 2016 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 62)
``` | 1240 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 78)
``` | -74 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 49)
``` | 1274 |
What is the output of the following code? | ```python
print(20 - 67)
``` | -47 |
What is the output of the following code? | ```python
print(48 - 79)
``` | -31 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 89)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 61)
``` | 2867 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 55)
``` | 110 |
What is the output of the following code? | ```python
print(7 - 71)
``` | -64 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 2)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 46)
``` | 598 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 89)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(46 + 52)
``` | 98 |
What is the output of the following code? | ```python
print(80 + 44)
``` | 124 |
¿Cuál es la salida del siguiente código? | ```python
print(83 * 15)
``` | 1245 |
¿Cuál es la salida del siguiente código? | ```python
print(88 - 63)
``` | 25 |
What is the output of the following code? | ```python
print(85 + 10)
``` | 95 |
What is the output of the following code? | ```python
print(85 * 8)
``` | 680 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 61)
``` | 97 |
What is the output of the following code? | ```python
print(73 + 10)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 93)
``` | -38 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 87)
``` | 12 |
What is the output of the following code? | ```python
print(24 - 8)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(56 * 21)
``` | 1176 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 64)
``` | 148 |
¿Cuál es la salida del siguiente código? | ```python
print(10 * 26)
``` | 260 |
What is the output of the following code? | ```python
print(67 + 61)
``` | 128 |
¿Cuál es la salida del siguiente código? | ```python
print(84 * 50)
``` | 4200 |
What is the output of the following code? | ```python
print(82 * 27)
``` | 2214 |
What is the output of the following code? | ```python
print(78 * 12)
``` | 936 |
What is the output of the following code? | ```python
print(25 * 4)
``` | 100 |
What is the output of the following code? | ```python
print(16 + 19)
``` | 35 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 46)
``` | 55 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.