instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(34 * 13)
``` | 442 |
What is the output of the following code? | ```python
print(68 + 18)
``` | 86 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 30)
``` | 72 |
What is the output of the following code? | ```python
print(40 - 8)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 16)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 32)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 69)
``` | 552 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 52)
``` | -50 |
What is the output of the following code? | ```python
print(51 + 2)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 70)
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 50)
``` | 88 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 100)
``` | 182 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 42)
``` | 110 |
¿Cuál es la salida del siguiente código? | ```python
print(6 - 60)
``` | -54 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 40)
``` | 139 |
¿Cuál es la salida del siguiente código? | ```python
print(42 * 3)
``` | 126 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 46)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 61)
``` | 4392 |
What is the output of the following code? | ```python
print(76 + 56)
``` | 132 |
What is the output of the following code? | ```python
print(86 - 42)
``` | 44 |
What is the output of the following code? | ```python
print(42 + 16)
``` | 58 |
What is the output of the following code? | ```python
print(81 + 29)
``` | 110 |
What is the output of the following code? | ```python
print(12 - 27)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 7)
``` | 497 |
What is the output of the following code? | ```python
print(18 - 52)
``` | -34 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 74)
``` | 159 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 49)
``` | 129 |
What is the output of the following code? | ```python
print(84 + 14)
``` | 98 |
What is the output of the following code? | ```python
print(48 + 20)
``` | 68 |
What is the output of the following code? | ```python
print(37 * 36)
``` | 1332 |
What is the output of the following code? | ```python
print(49 * 62)
``` | 3038 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 32)
``` | 3136 |
What is the output of the following code? | ```python
print(36 * 54)
``` | 1944 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 78)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 13)
``` | 89 |
What is the output of the following code? | ```python
print(85 + 48)
``` | 133 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 71)
``` | 134 |
What is the output of the following code? | ```python
print(34 - 76)
``` | -42 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 29)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(94 * 4)
``` | 376 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 25)
``` | 2225 |
What is the output of the following code? | ```python
print(20 * 56)
``` | 1120 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 75)
``` | 1500 |
What is the output of the following code? | ```python
print(85 * 52)
``` | 4420 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 20)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 78)
``` | 92 |
What is the output of the following code? | ```python
print(53 + 48)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 97)
``` | 9021 |
¿Cuál es la salida del siguiente código? | ```python
print(25 + 39)
``` | 64 |
What is the output of the following code? | ```python
print(2 * 39)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(41 * 40)
``` | 1640 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 52)
``` | 4940 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 53)
``` | 3551 |
¿Cuál es la salida del siguiente código? | ```python
print(87 - 21)
``` | 66 |
What is the output of the following code? | ```python
print(92 - 45)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 92)
``` | -2 |
What is the output of the following code? | ```python
print(61 * 21)
``` | 1281 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 21)
``` | 31 |
What is the output of the following code? | ```python
print(48 - 32)
``` | 16 |
What is the output of the following code? | ```python
print(72 * 31)
``` | 2232 |
What is the output of the following code? | ```python
print(28 + 85)
``` | 113 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 6)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(13 * 44)
``` | 572 |
What is the output of the following code? | ```python
print(68 + 100)
``` | 168 |
What is the output of the following code? | ```python
print(97 * 95)
``` | 9215 |
What is the output of the following code? | ```python
print(30 + 51)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 5)
``` | 77 |
What is the output of the following code? | ```python
print(42 + 17)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 61)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 83)
``` | -81 |
What is the output of the following code? | ```python
print(6 * 52)
``` | 312 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 47)
``` | 67 |
What is the output of the following code? | ```python
print(57 + 42)
``` | 99 |
What is the output of the following code? | ```python
print(3 - 17)
``` | -14 |
What is the output of the following code? | ```python
print(84 * 94)
``` | 7896 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 21)
``` | 1512 |
What is the output of the following code? | ```python
print(90 + 46)
``` | 136 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 23)
``` | 35 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 45)
``` | 3510 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 24)
``` | 74 |
What is the output of the following code? | ```python
print(57 + 75)
``` | 132 |
What is the output of the following code? | ```python
print(85 * 22)
``` | 1870 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 74)
``` | 1480 |
¿Cuál es la salida del siguiente código? | ```python
print(28 + 62)
``` | 90 |
What is the output of the following code? | ```python
print(57 * 91)
``` | 5187 |
What is the output of the following code? | ```python
print(5 + 47)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 15)
``` | 64 |
What is the output of the following code? | ```python
print(49 - 64)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 74)
``` | 6660 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 91)
``` | 124 |
What is the output of the following code? | ```python
print(73 * 12)
``` | 876 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 85)
``` | 4505 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 31)
``` | 1519 |
What is the output of the following code? | ```python
print(88 - 52)
``` | 36 |
What is the output of the following code? | ```python
print(20 - 93)
``` | -73 |
What is the output of the following code? | ```python
print(57 + 73)
``` | 130 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 28)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 3)
``` | 74 |
What is the output of the following code? | ```python
print(53 + 92)
``` | 145 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 8)
``` | 48 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.