instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(84 - 64)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 40)
``` | 2520 |
What is the output of the following code? | ```python
print(61 * 95)
``` | 5795 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 31)
``` | 1922 |
What is the output of the following code? | ```python
print(10 * 7)
``` | 70 |
What is the output of the following code? | ```python
print(80 * 92)
``` | 7360 |
What is the output of the following code? | ```python
print(96 - 4)
``` | 92 |
What is the output of the following code? | ```python
print(50 * 3)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 43)
``` | 4257 |
What is the output of the following code? | ```python
print(43 * 71)
``` | 3053 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 10)
``` | 960 |
What is the output of the following code? | ```python
print(42 + 47)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 83)
``` | 5063 |
What is the output of the following code? | ```python
print(9 - 81)
``` | -72 |
¿Cuál es la salida del siguiente código? | ```python
print(70 + 80)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 3)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 18)
``` | 94 |
What is the output of the following code? | ```python
print(7 - 60)
``` | -53 |
What is the output of the following code? | ```python
print(2 + 49)
``` | 51 |
What is the output of the following code? | ```python
print(44 + 20)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(84 * 95)
``` | 7980 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 37)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(73 - 17)
``` | 56 |
What is the output of the following code? | ```python
print(58 * 64)
``` | 3712 |
¿Cuál es la salida del siguiente código? | ```python
print(54 * 89)
``` | 4806 |
What is the output of the following code? | ```python
print(57 - 27)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 69)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(83 * 91)
``` | 7553 |
What is the output of the following code? | ```python
print(93 - 50)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 87)
``` | 1827 |
What is the output of the following code? | ```python
print(29 * 89)
``` | 2581 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 53)
``` | 2915 |
What is the output of the following code? | ```python
print(63 - 40)
``` | 23 |
What is the output of the following code? | ```python
print(94 - 75)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 13)
``` | 60 |
What is the output of the following code? | ```python
print(73 + 85)
``` | 158 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 78)
``` | 2574 |
What is the output of the following code? | ```python
print(54 * 27)
``` | 1458 |
What is the output of the following code? | ```python
print(37 * 17)
``` | 629 |
What is the output of the following code? | ```python
print(21 * 40)
``` | 840 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 59)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 37)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(18 * 6)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(38 - 45)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 27)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 33)
``` | 627 |
¿Cuál es la salida del siguiente código? | ```python
print(97 - 22)
``` | 75 |
What is the output of the following code? | ```python
print(65 * 63)
``` | 4095 |
What is the output of the following code? | ```python
print(83 - 2)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(48 - 96)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 89)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(18 - 87)
``` | -69 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 67)
``` | 268 |
¿Cuál es la salida del siguiente código? | ```python
print(56 * 8)
``` | 448 |
¿Cuál es la salida del siguiente código? | ```python
print(44 * 2)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 65)
``` | -4 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 31)
``` | 107 |
What is the output of the following code? | ```python
print(74 - 34)
``` | 40 |
What is the output of the following code? | ```python
print(8 + 97)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 87)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(19 * 87)
``` | 1653 |
What is the output of the following code? | ```python
print(18 * 79)
``` | 1422 |
¿Cuál es la salida del siguiente código? | ```python
print(60 + 10)
``` | 70 |
What is the output of the following code? | ```python
print(7 + 46)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 34)
``` | 57 |
What is the output of the following code? | ```python
print(82 + 43)
``` | 125 |
What is the output of the following code? | ```python
print(35 * 91)
``` | 3185 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 9)
``` | 101 |
What is the output of the following code? | ```python
print(100 - 84)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 79)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 80)
``` | 1280 |
What is the output of the following code? | ```python
print(69 + 27)
``` | 96 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 54)
``` | 1458 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 3)
``` | 42 |
What is the output of the following code? | ```python
print(71 * 80)
``` | 5680 |
What is the output of the following code? | ```python
print(77 - 65)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 3)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(7 * 94)
``` | 658 |
What is the output of the following code? | ```python
print(9 * 16)
``` | 144 |
What is the output of the following code? | ```python
print(44 * 92)
``` | 4048 |
What is the output of the following code? | ```python
print(8 + 31)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(65 + 90)
``` | 155 |
What is the output of the following code? | ```python
print(17 + 74)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 57)
``` | -36 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 29)
``` | 2697 |
What is the output of the following code? | ```python
print(53 * 19)
``` | 1007 |
What is the output of the following code? | ```python
print(93 - 94)
``` | -1 |
What is the output of the following code? | ```python
print(96 + 15)
``` | 111 |
What is the output of the following code? | ```python
print(53 * 27)
``` | 1431 |
What is the output of the following code? | ```python
print(4 - 64)
``` | -60 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 48)
``` | -42 |
What is the output of the following code? | ```python
print(23 + 25)
``` | 48 |
What is the output of the following code? | ```python
print(19 - 100)
``` | -81 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 11)
``` | 110 |
What is the output of the following code? | ```python
print(82 * 92)
``` | 7544 |
What is the output of the following code? | ```python
print(37 - 86)
``` | -49 |
What is the output of the following code? | ```python
print(91 - 75)
``` | 16 |
What is the output of the following code? | ```python
print(85 * 12)
``` | 1020 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 96)
``` | 174 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 3)
``` | 26 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.