instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(48 + 46)
``` | 94 |
What is the output of the following code? | ```python
print(67 + 10)
``` | 77 |
What is the output of the following code? | ```python
print(88 + 35)
``` | 123 |
What is the output of the following code? | ```python
print(33 - 76)
``` | -43 |
What is the output of the following code? | ```python
print(76 - 89)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 11)
``` | 253 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 20)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 96)
``` | 6336 |
What is the output of the following code? | ```python
print(63 * 34)
``` | 2142 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 30)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(80 * 95)
``` | 7600 |
What is the output of the following code? | ```python
print(61 - 70)
``` | -9 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 17)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 83)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 84)
``` | 176 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 73)
``` | 93 |
What is the output of the following code? | ```python
print(73 - 28)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 19)
``` | 70 |
What is the output of the following code? | ```python
print(61 * 100)
``` | 6100 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 74)
``` | -70 |
¿Cuál es la salida del siguiente código? | ```python
print(64 * 38)
``` | 2432 |
What is the output of the following code? | ```python
print(14 - 89)
``` | -75 |
What is the output of the following code? | ```python
print(4 * 40)
``` | 160 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 20)
``` | 1200 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 88)
``` | 96 |
What is the output of the following code? | ```python
print(96 - 7)
``` | 89 |
What is the output of the following code? | ```python
print(92 - 74)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 59)
``` | 141 |
What is the output of the following code? | ```python
print(95 - 58)
``` | 37 |
What is the output of the following code? | ```python
print(83 - 82)
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(94 * 37)
``` | 3478 |
¿Cuál es la salida del siguiente código? | ```python
print(42 * 57)
``` | 2394 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 84)
``` | -14 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 32)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(73 - 23)
``` | 50 |
What is the output of the following code? | ```python
print(9 - 90)
``` | -81 |
What is the output of the following code? | ```python
print(50 * 57)
``` | 2850 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 49)
``` | 4753 |
What is the output of the following code? | ```python
print(42 * 33)
``` | 1386 |
What is the output of the following code? | ```python
print(3 - 47)
``` | -44 |
What is the output of the following code? | ```python
print(70 - 43)
``` | 27 |
What is the output of the following code? | ```python
print(82 - 79)
``` | 3 |
What is the output of the following code? | ```python
print(2 - 22)
``` | -20 |
What is the output of the following code? | ```python
print(47 * 4)
``` | 188 |
What is the output of the following code? | ```python
print(5 + 78)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 95)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 66)
``` | 396 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 82)
``` | 125 |
What is the output of the following code? | ```python
print(47 - 33)
``` | 14 |
What is the output of the following code? | ```python
print(7 + 80)
``` | 87 |
What is the output of the following code? | ```python
print(47 * 11)
``` | 517 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 32)
``` | 115 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 4)
``` | 56 |
What is the output of the following code? | ```python
print(94 - 27)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 41)
``` | 44 |
What is the output of the following code? | ```python
print(45 + 8)
``` | 53 |
What is the output of the following code? | ```python
print(79 * 59)
``` | 4661 |
What is the output of the following code? | ```python
print(17 + 41)
``` | 58 |
What is the output of the following code? | ```python
print(19 + 54)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 51)
``` | 34 |
What is the output of the following code? | ```python
print(20 - 74)
``` | -54 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 74)
``` | -50 |
What is the output of the following code? | ```python
print(50 + 13)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 73)
``` | 73 |
What is the output of the following code? | ```python
print(54 * 57)
``` | 3078 |
¿Cuál es la salida del siguiente código? | ```python
print(45 * 62)
``` | 2790 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 91)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 76)
``` | 5016 |
What is the output of the following code? | ```python
print(65 + 9)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 68)
``` | 148 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 37)
``` | 3663 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 14)
``` | 224 |
¿Cuál es la salida del siguiente código? | ```python
print(88 - 99)
``` | -11 |
What is the output of the following code? | ```python
print(41 + 58)
``` | 99 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 49)
``` | 3038 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 44)
``` | 77 |
What is the output of the following code? | ```python
print(98 - 96)
``` | 2 |
What is the output of the following code? | ```python
print(59 * 52)
``` | 3068 |
¿Cuál es la salida del siguiente código? | ```python
print(22 * 85)
``` | 1870 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 55)
``` | 23 |
What is the output of the following code? | ```python
print(7 * 95)
``` | 665 |
What is the output of the following code? | ```python
print(36 + 12)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(86 + 83)
``` | 169 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 84)
``` | 118 |
What is the output of the following code? | ```python
print(28 - 91)
``` | -63 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 16)
``` | 25 |
What is the output of the following code? | ```python
print(90 - 15)
``` | 75 |
What is the output of the following code? | ```python
print(15 + 94)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 40)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 63)
``` | 5796 |
What is the output of the following code? | ```python
print(54 + 83)
``` | 137 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 60)
``` | 90 |
What is the output of the following code? | ```python
print(64 - 96)
``` | -32 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 87)
``` | -51 |
What is the output of the following code? | ```python
print(32 + 95)
``` | 127 |
What is the output of the following code? | ```python
print(76 * 2)
``` | 152 |
¿Cuál es la salida del siguiente código? | ```python
print(95 + 79)
``` | 174 |
What is the output of the following code? | ```python
print(14 * 51)
``` | 714 |
What is the output of the following code? | ```python
print(6 * 71)
``` | 426 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 99)
``` | -42 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.