instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(65 - 35)
``` | 30 |
What is the output of the following code? | ```python
print(83 - 30)
``` | 53 |
What is the output of the following code? | ```python
print(74 - 75)
``` | -1 |
What is the output of the following code? | ```python
print(92 - 73)
``` | 19 |
What is the output of the following code? | ```python
print(73 * 79)
``` | 5767 |
¿Cuál es la salida del siguiente código? | ```python
print(41 * 56)
``` | 2296 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 34)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 54)
``` | 3888 |
What is the output of the following code? | ```python
print(83 - 43)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 78)
``` | 127 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 12)
``` | 35 |
What is the output of the following code? | ```python
print(61 * 51)
``` | 3111 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 4)
``` | 372 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 84)
``` | 8064 |
What is the output of the following code? | ```python
print(50 - 72)
``` | -22 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 47)
``` | 144 |
What is the output of the following code? | ```python
print(98 * 38)
``` | 3724 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 9)
``` | 23 |
What is the output of the following code? | ```python
print(74 * 80)
``` | 5920 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 31)
``` | -20 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 1)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 89)
``` | 2403 |
What is the output of the following code? | ```python
print(78 * 40)
``` | 3120 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 34)
``` | 3128 |
What is the output of the following code? | ```python
print(52 - 98)
``` | -46 |
What is the output of the following code? | ```python
print(33 - 24)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 74)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 46)
``` | 1058 |
What is the output of the following code? | ```python
print(37 * 42)
``` | 1554 |
What is the output of the following code? | ```python
print(20 - 98)
``` | -78 |
What is the output of the following code? | ```python
print(1 - 28)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 95)
``` | -18 |
What is the output of the following code? | ```python
print(70 + 87)
``` | 157 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 58)
``` | 464 |
What is the output of the following code? | ```python
print(18 * 49)
``` | 882 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 92)
``` | 4692 |
What is the output of the following code? | ```python
print(9 + 50)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 15)
``` | 25 |
What is the output of the following code? | ```python
print(49 + 2)
``` | 51 |
What is the output of the following code? | ```python
print(52 + 28)
``` | 80 |
What is the output of the following code? | ```python
print(50 - 69)
``` | -19 |
¿Cuál es la salida del siguiente código? | ```python
print(35 * 52)
``` | 1820 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 8)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(71 + 51)
``` | 122 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 71)
``` | -24 |
What is the output of the following code? | ```python
print(61 - 95)
``` | -34 |
What is the output of the following code? | ```python
print(77 * 78)
``` | 6006 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 73)
``` | 1022 |
What is the output of the following code? | ```python
print(72 * 60)
``` | 4320 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 16)
``` | 1568 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 53)
``` | 4876 |
What is the output of the following code? | ```python
print(99 - 67)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 68)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 21)
``` | 609 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 7)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(14 - 33)
``` | -19 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 13)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 2)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 63)
``` | -50 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 41)
``` | -8 |
What is the output of the following code? | ```python
print(41 + 45)
``` | 86 |
What is the output of the following code? | ```python
print(89 + 54)
``` | 143 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 80)
``` | -55 |
What is the output of the following code? | ```python
print(1 - 46)
``` | -45 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 40)
``` | 37 |
What is the output of the following code? | ```python
print(15 + 97)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 70)
``` | 4760 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 67)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 87)
``` | 97 |
What is the output of the following code? | ```python
print(49 + 59)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 85)
``` | 1105 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 18)
``` | 1296 |
What is the output of the following code? | ```python
print(86 - 84)
``` | 2 |
What is the output of the following code? | ```python
print(79 + 13)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 6)
``` | 372 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 47)
``` | -28 |
What is the output of the following code? | ```python
print(21 * 55)
``` | 1155 |
What is the output of the following code? | ```python
print(67 * 32)
``` | 2144 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 20)
``` | 70 |
What is the output of the following code? | ```python
print(12 + 96)
``` | 108 |
What is the output of the following code? | ```python
print(73 + 34)
``` | 107 |
What is the output of the following code? | ```python
print(82 - 55)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(60 - 86)
``` | -26 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 94)
``` | -84 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 76)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 90)
``` | 158 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 53)
``` | -21 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 83)
``` | 2822 |
What is the output of the following code? | ```python
print(1 * 80)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 38)
``` | 3002 |
What is the output of the following code? | ```python
print(2 - 29)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 55)
``` | -51 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 32)
``` | 576 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 1)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(47 * 83)
``` | 3901 |
What is the output of the following code? | ```python
print(43 - 39)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(99 - 39)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 47)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 37)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 79)
``` | 177 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.