instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(50 * 96)
``` | 4800 |
What is the output of the following code? | ```python
print(54 * 13)
``` | 702 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 51)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 51)
``` | 663 |
What is the output of the following code? | ```python
print(40 * 51)
``` | 2040 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 58)
``` | 174 |
What is the output of the following code? | ```python
print(9 - 37)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 35)
``` | 2800 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 12)
``` | 1152 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 90)
``` | 108 |
What is the output of the following code? | ```python
print(22 - 14)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 18)
``` | 11 |
What is the output of the following code? | ```python
print(78 - 58)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 38)
``` | 304 |
What is the output of the following code? | ```python
print(18 + 31)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 40)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 87)
``` | 118 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 19)
``` | 78 |
What is the output of the following code? | ```python
print(93 - 3)
``` | 90 |
What is the output of the following code? | ```python
print(83 * 48)
``` | 3984 |
What is the output of the following code? | ```python
print(42 + 93)
``` | 135 |
What is the output of the following code? | ```python
print(68 * 39)
``` | 2652 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 56)
``` | 118 |
What is the output of the following code? | ```python
print(18 - 57)
``` | -39 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 70)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 76)
``` | 155 |
What is the output of the following code? | ```python
print(87 - 6)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 32)
``` | 50 |
What is the output of the following code? | ```python
print(61 + 23)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(87 - 42)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 43)
``` | 54 |
What is the output of the following code? | ```python
print(80 * 49)
``` | 3920 |
What is the output of the following code? | ```python
print(86 * 74)
``` | 6364 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 17)
``` | -13 |
What is the output of the following code? | ```python
print(72 * 81)
``` | 5832 |
What is the output of the following code? | ```python
print(9 * 74)
``` | 666 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 60)
``` | 68 |
What is the output of the following code? | ```python
print(71 - 77)
``` | -6 |
What is the output of the following code? | ```python
print(90 - 98)
``` | -8 |
What is the output of the following code? | ```python
print(2 * 1)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(31 - 23)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 67)
``` | 70 |
What is the output of the following code? | ```python
print(6 + 24)
``` | 30 |
What is the output of the following code? | ```python
print(78 - 83)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 96)
``` | -70 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 8)
``` | 496 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 5)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(29 + 86)
``` | 115 |
What is the output of the following code? | ```python
print(60 * 77)
``` | 4620 |
What is the output of the following code? | ```python
print(95 - 67)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 32)
``` | 416 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 8)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 82)
``` | 3854 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 19)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 78)
``` | 139 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 56)
``` | 2968 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 84)
``` | 2352 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 79)
``` | 171 |
¿Cuál es la salida del siguiente código? | ```python
print(25 + 59)
``` | 84 |
What is the output of the following code? | ```python
print(51 * 24)
``` | 1224 |
What is the output of the following code? | ```python
print(63 - 85)
``` | -22 |
What is the output of the following code? | ```python
print(75 * 3)
``` | 225 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 76)
``` | 6 |
What is the output of the following code? | ```python
print(91 + 34)
``` | 125 |
What is the output of the following code? | ```python
print(8 + 25)
``` | 33 |
What is the output of the following code? | ```python
print(14 * 39)
``` | 546 |
¿Cuál es la salida del siguiente código? | ```python
print(22 - 81)
``` | -59 |
What is the output of the following code? | ```python
print(69 * 70)
``` | 4830 |
What is the output of the following code? | ```python
print(90 - 56)
``` | 34 |
What is the output of the following code? | ```python
print(67 + 3)
``` | 70 |
What is the output of the following code? | ```python
print(53 * 20)
``` | 1060 |
What is the output of the following code? | ```python
print(18 + 77)
``` | 95 |
What is the output of the following code? | ```python
print(28 - 54)
``` | -26 |
What is the output of the following code? | ```python
print(49 - 51)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 42)
``` | 714 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 69)
``` | 4899 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 43)
``` | 103 |
What is the output of the following code? | ```python
print(61 - 62)
``` | -1 |
What is the output of the following code? | ```python
print(81 - 36)
``` | 45 |
What is the output of the following code? | ```python
print(53 + 6)
``` | 59 |
What is the output of the following code? | ```python
print(8 - 83)
``` | -75 |
¿Cuál es la salida del siguiente código? | ```python
print(52 * 66)
``` | 3432 |
What is the output of the following code? | ```python
print(12 + 30)
``` | 42 |
What is the output of the following code? | ```python
print(69 - 83)
``` | -14 |
What is the output of the following code? | ```python
print(57 - 96)
``` | -39 |
What is the output of the following code? | ```python
print(79 * 78)
``` | 6162 |
What is the output of the following code? | ```python
print(75 * 15)
``` | 1125 |
¿Cuál es la salida del siguiente código? | ```python
print(25 * 91)
``` | 2275 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 21)
``` | 1680 |
What is the output of the following code? | ```python
print(78 * 48)
``` | 3744 |
What is the output of the following code? | ```python
print(11 + 29)
``` | 40 |
What is the output of the following code? | ```python
print(11 - 75)
``` | -64 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 31)
``` | 80 |
What is the output of the following code? | ```python
print(18 * 38)
``` | 684 |
What is the output of the following code? | ```python
print(21 - 46)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(69 * 97)
``` | 6693 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 80)
``` | 133 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 55)
``` | 72 |
What is the output of the following code? | ```python
print(39 * 81)
``` | 3159 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 63)
``` | 1512 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.