instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(69 + 21)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 96)
``` | 3648 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 14)
``` | 938 |
What is the output of the following code? | ```python
print(52 * 49)
``` | 2548 |
What is the output of the following code? | ```python
print(5 * 13)
``` | 65 |
What is the output of the following code? | ```python
print(58 - 70)
``` | -12 |
What is the output of the following code? | ```python
print(14 - 88)
``` | -74 |
¿Cuál es la salida del siguiente código? | ```python
print(54 + 18)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 86)
``` | -4 |
What is the output of the following code? | ```python
print(72 - 8)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 96)
``` | -17 |
What is the output of the following code? | ```python
print(54 * 100)
``` | 5400 |
¿Cuál es la salida del siguiente código? | ```python
print(37 - 43)
``` | -6 |
What is the output of the following code? | ```python
print(83 - 60)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 42)
``` | 72 |
What is the output of the following code? | ```python
print(92 * 22)
``` | 2024 |
What is the output of the following code? | ```python
print(37 + 79)
``` | 116 |
What is the output of the following code? | ```python
print(68 * 51)
``` | 3468 |
What is the output of the following code? | ```python
print(80 - 69)
``` | 11 |
What is the output of the following code? | ```python
print(76 - 78)
``` | -2 |
What is the output of the following code? | ```python
print(5 + 95)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 2)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 92)
``` | 8556 |
What is the output of the following code? | ```python
print(50 - 12)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 7)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 73)
``` | 5402 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 83)
``` | 6142 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 76)
``` | 6080 |
What is the output of the following code? | ```python
print(1 - 44)
``` | -43 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 60)
``` | 36 |
What is the output of the following code? | ```python
print(72 * 34)
``` | 2448 |
¿Cuál es la salida del siguiente código? | ```python
print(46 - 83)
``` | -37 |
¿Cuál es la salida del siguiente código? | ```python
print(88 * 45)
``` | 3960 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 95)
``` | -46 |
What is the output of the following code? | ```python
print(88 - 59)
``` | 29 |
What is the output of the following code? | ```python
print(18 + 68)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 72)
``` | 2880 |
What is the output of the following code? | ```python
print(7 + 76)
``` | 83 |
What is the output of the following code? | ```python
print(91 + 88)
``` | 179 |
What is the output of the following code? | ```python
print(4 + 58)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 41)
``` | 615 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 40)
``` | 2440 |
What is the output of the following code? | ```python
print(60 * 82)
``` | 4920 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 79)
``` | -1 |
What is the output of the following code? | ```python
print(61 - 48)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(83 - 68)
``` | 15 |
What is the output of the following code? | ```python
print(34 - 34)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 61)
``` | 146 |
What is the output of the following code? | ```python
print(35 + 24)
``` | 59 |
What is the output of the following code? | ```python
print(67 * 23)
``` | 1541 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 96)
``` | -76 |
What is the output of the following code? | ```python
print(87 * 7)
``` | 609 |
¿Cuál es la salida del siguiente código? | ```python
print(8 - 70)
``` | -62 |
What is the output of the following code? | ```python
print(33 - 5)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(11 - 30)
``` | -19 |
What is the output of the following code? | ```python
print(47 - 80)
``` | -33 |
What is the output of the following code? | ```python
print(22 * 57)
``` | 1254 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 77)
``` | 143 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 22)
``` | 28 |
What is the output of the following code? | ```python
print(56 * 8)
``` | 448 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 94)
``` | 1316 |
What is the output of the following code? | ```python
print(29 * 18)
``` | 522 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 10)
``` | 11 |
What is the output of the following code? | ```python
print(72 - 11)
``` | 61 |
What is the output of the following code? | ```python
print(29 + 3)
``` | 32 |
What is the output of the following code? | ```python
print(35 + 58)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 32)
``` | -8 |
What is the output of the following code? | ```python
print(28 * 62)
``` | 1736 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 40)
``` | 61 |
What is the output of the following code? | ```python
print(54 + 97)
``` | 151 |
What is the output of the following code? | ```python
print(75 - 90)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 45)
``` | 79 |
What is the output of the following code? | ```python
print(8 * 82)
``` | 656 |
What is the output of the following code? | ```python
print(83 - 22)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 42)
``` | 546 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 22)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 5)
``` | 105 |
What is the output of the following code? | ```python
print(24 + 49)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 4)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 42)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 81)
``` | 3888 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 59)
``` | 144 |
What is the output of the following code? | ```python
print(40 - 80)
``` | -40 |
What is the output of the following code? | ```python
print(100 + 83)
``` | 183 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 56)
``` | 840 |
¿Cuál es la salida del siguiente código? | ```python
print(76 - 71)
``` | 5 |
What is the output of the following code? | ```python
print(49 + 12)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 19)
``` | 58 |
What is the output of the following code? | ```python
print(97 + 38)
``` | 135 |
¿Cuál es la salida del siguiente código? | ```python
print(63 - 59)
``` | 4 |
What is the output of the following code? | ```python
print(38 - 37)
``` | 1 |
What is the output of the following code? | ```python
print(45 - 12)
``` | 33 |
What is the output of the following code? | ```python
print(33 + 65)
``` | 98 |
What is the output of the following code? | ```python
print(75 + 28)
``` | 103 |
What is the output of the following code? | ```python
print(86 - 16)
``` | 70 |
What is the output of the following code? | ```python
print(10 * 46)
``` | 460 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 6)
``` | 98 |
What is the output of the following code? | ```python
print(15 + 46)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 50)
``` | -31 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 89)
``` | -35 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.