instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(76 - 100)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 34)
``` | 782 |
¿Cuál es la salida del siguiente código? | ```python
print(41 + 49)
``` | 90 |
What is the output of the following code? | ```python
print(19 - 84)
``` | -65 |
What is the output of the following code? | ```python
print(82 * 93)
``` | 7626 |
What is the output of the following code? | ```python
print(28 + 66)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 50)
``` | 4900 |
What is the output of the following code? | ```python
print(94 - 96)
``` | -2 |
What is the output of the following code? | ```python
print(9 + 51)
``` | 60 |
What is the output of the following code? | ```python
print(16 + 81)
``` | 97 |
What is the output of the following code? | ```python
print(35 - 42)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 57)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 63)
``` | 152 |
¿Cuál es la salida del siguiente código? | ```python
print(7 * 89)
``` | 623 |
What is the output of the following code? | ```python
print(62 - 76)
``` | -14 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 40)
``` | 2360 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 96)
``` | 4896 |
What is the output of the following code? | ```python
print(11 - 67)
``` | -56 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 13)
``` | 46 |
What is the output of the following code? | ```python
print(74 * 64)
``` | 4736 |
What is the output of the following code? | ```python
print(77 - 15)
``` | 62 |
What is the output of the following code? | ```python
print(29 - 33)
``` | -4 |
What is the output of the following code? | ```python
print(41 + 76)
``` | 117 |
What is the output of the following code? | ```python
print(29 * 19)
``` | 551 |
What is the output of the following code? | ```python
print(55 - 25)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 10)
``` | 950 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 15)
``` | -6 |
What is the output of the following code? | ```python
print(86 * 9)
``` | 774 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 30)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 44)
``` | 2948 |
What is the output of the following code? | ```python
print(74 * 38)
``` | 2812 |
What is the output of the following code? | ```python
print(60 * 79)
``` | 4740 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 70)
``` | 1120 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 30)
``` | 1020 |
What is the output of the following code? | ```python
print(93 + 89)
``` | 182 |
What is the output of the following code? | ```python
print(86 + 12)
``` | 98 |
What is the output of the following code? | ```python
print(3 + 94)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 41)
``` | 738 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 95)
``` | 6365 |
What is the output of the following code? | ```python
print(77 + 2)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 63)
``` | 4914 |
What is the output of the following code? | ```python
print(57 * 72)
``` | 4104 |
What is the output of the following code? | ```python
print(17 + 66)
``` | 83 |
What is the output of the following code? | ```python
print(63 + 91)
``` | 154 |
¿Cuál es la salida del siguiente código? | ```python
print(80 - 19)
``` | 61 |
What is the output of the following code? | ```python
print(98 - 50)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 51)
``` | 1428 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 80)
``` | 1920 |
What is the output of the following code? | ```python
print(20 - 29)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 19)
``` | 931 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 5)
``` | 235 |
What is the output of the following code? | ```python
print(79 + 35)
``` | 114 |
What is the output of the following code? | ```python
print(72 * 44)
``` | 3168 |
What is the output of the following code? | ```python
print(86 - 95)
``` | -9 |
What is the output of the following code? | ```python
print(100 * 37)
``` | 3700 |
What is the output of the following code? | ```python
print(21 + 2)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(34 - 15)
``` | 19 |
What is the output of the following code? | ```python
print(82 + 57)
``` | 139 |
What is the output of the following code? | ```python
print(56 * 94)
``` | 5264 |
¿Cuál es la salida del siguiente código? | ```python
print(67 - 88)
``` | -21 |
What is the output of the following code? | ```python
print(57 + 99)
``` | 156 |
What is the output of the following code? | ```python
print(16 - 46)
``` | -30 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 26)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 28)
``` | 63 |
What is the output of the following code? | ```python
print(57 - 64)
``` | -7 |
What is the output of the following code? | ```python
print(6 - 67)
``` | -61 |
What is the output of the following code? | ```python
print(18 * 14)
``` | 252 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 14)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 79)
``` | 137 |
What is the output of the following code? | ```python
print(8 - 18)
``` | -10 |
What is the output of the following code? | ```python
print(6 - 16)
``` | -10 |
What is the output of the following code? | ```python
print(44 + 9)
``` | 53 |
What is the output of the following code? | ```python
print(37 * 29)
``` | 1073 |
What is the output of the following code? | ```python
print(8 * 64)
``` | 512 |
¿Cuál es la salida del siguiente código? | ```python
print(68 - 28)
``` | 40 |
What is the output of the following code? | ```python
print(69 - 34)
``` | 35 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 15)
``` | 405 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 100)
``` | -14 |
What is the output of the following code? | ```python
print(89 * 63)
``` | 5607 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 81)
``` | 5913 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 48)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(45 - 8)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 95)
``` | 1140 |
What is the output of the following code? | ```python
print(69 + 95)
``` | 164 |
What is the output of the following code? | ```python
print(48 + 9)
``` | 57 |
What is the output of the following code? | ```python
print(83 - 1)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 39)
``` | 26 |
What is the output of the following code? | ```python
print(12 * 31)
``` | 372 |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 66)
``` | -7 |
What is the output of the following code? | ```python
print(24 * 17)
``` | 408 |
¿Cuál es la salida del siguiente código? | ```python
print(25 + 19)
``` | 44 |
What is the output of the following code? | ```python
print(13 + 95)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 64)
``` | 5440 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 99)
``` | 182 |
What is the output of the following code? | ```python
print(98 * 66)
``` | 6468 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 67)
``` | 4 |
What is the output of the following code? | ```python
print(5 + 98)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 51)
``` | 2703 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 24)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 60)
``` | 720 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.