instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(1 + 2 * 3)
``` | 7 |
What is the output of the following code? | ```python
print(pow(14, 2))
``` | 196 |
What is the output of the following code? | ```python
print(20 + 8 * 4)
``` | 52 |
What is the output of the following code? | ```python
print(pow(15, 1))
``` | 15 |
What is the output of the following code? | ```python
print(pow(19, 4))
``` | 130321 |
What is the output of the following code? | ```python
print(7 + 13 * 4)
``` | 59 |
What is the output of the following code? | ```python
print(19 + 10 * 3)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 16 * 3)
``` | 68 |
What is the output of the following code? | ```python
print(pow(10, 1))
``` | 10 |
What is the output of the following code? | ```python
print(1 + 9 * 5)
``` | 46 |
What is the output of the following code? | ```python
print(19 + 13 * 3)
``` | 58 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 16 * 1)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(13, 3))
``` | 2197 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(12, 3))
``` | 1728 |
What is the output of the following code? | ```python
print(7 + 4 * 4)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 11 * 1)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 17 * 1)
``` | 31 |
What is the output of the following code? | ```python
print(pow(17, 1))
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(2, 4))
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 20 * 2)
``` | 51 |
What is the output of the following code? | ```python
print(4 + 4 * 5)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(14, 4))
``` | 38416 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(11, 3))
``` | 1331 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 3 * 1)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 5 * 5)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 16 * 2)
``` | 37 |
What is the output of the following code? | ```python
print(4 + 9 * 5)
``` | 49 |
What is the output of the following code? | ```python
print(10 + 11 * 3)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 13 * 1)
``` | 32 |
What is the output of the following code? | ```python
print(pow(6, 3))
``` | 216 |
What is the output of the following code? | ```python
print(14 + 9 * 2)
``` | 32 |
What is the output of the following code? | ```python
print(20 + 2 * 1)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(5, 3))
``` | 125 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 1 * 4)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(11, 5))
``` | 161051 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(8, 2))
``` | 64 |
What is the output of the following code? | ```python
print(15 + 10 * 3)
``` | 45 |
What is the output of the following code? | ```python
print(pow(3, 5))
``` | 243 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(15, 2))
``` | 225 |
What is the output of the following code? | ```python
print(3 + 17 * 2)
``` | 37 |
What is the output of the following code? | ```python
print(15 + 17 * 5)
``` | 100 |
What is the output of the following code? | ```python
print(13 + 14 * 3)
``` | 55 |
What is the output of the following code? | ```python
print(10 + 9 * 5)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 10 * 4)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 16 * 2)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 18 * 5)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 6 * 4)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(15, 3))
``` | 3375 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(10, 2))
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 15 * 5)
``` | 84 |
What is the output of the following code? | ```python
print(pow(17, 2))
``` | 289 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 5 * 2)
``` | 21 |
What is the output of the following code? | ```python
print(5 + 16 * 4)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(18, 5))
``` | 1889568 |
What is the output of the following code? | ```python
print(8 + 10 * 1)
``` | 18 |
What is the output of the following code? | ```python
print(3 + 4 * 4)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(20, 2))
``` | 400 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 12 * 1)
``` | 29 |
What is the output of the following code? | ```python
print(pow(2, 3))
``` | 8 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 11 * 2)
``` | 41 |
What is the output of the following code? | ```python
print(6 + 15 * 4)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(2, 1))
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(10, 1))
``` | 10 |
What is the output of the following code? | ```python
print(pow(14, 4))
``` | 38416 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(16, 3))
``` | 4096 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 10 * 3)
``` | 48 |
What is the output of the following code? | ```python
print(pow(10, 5))
``` | 100000 |
What is the output of the following code? | ```python
print(pow(12, 1))
``` | 12 |
What is the output of the following code? | ```python
print(2 + 5 * 1)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(20, 4))
``` | 160000 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(19, 5))
``` | 2476099 |
What is the output of the following code? | ```python
print(8 + 4 * 1)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 6 * 4)
``` | 39 |
What is the output of the following code? | ```python
print(15 + 18 * 2)
``` | 51 |
What is the output of the following code? | ```python
print(5 + 18 * 5)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 17 * 3)
``` | 63 |
What is the output of the following code? | ```python
print(5 + 10 * 5)
``` | 55 |
What is the output of the following code? | ```python
print(19 + 2 * 1)
``` | 21 |
What is the output of the following code? | ```python
print(7 + 19 * 4)
``` | 83 |
What is the output of the following code? | ```python
print(pow(10, 2))
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(11, 2))
``` | 121 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 15 * 2)
``` | 39 |
What is the output of the following code? | ```python
print(13 + 20 * 4)
``` | 93 |
What is the output of the following code? | ```python
print(pow(16, 1))
``` | 16 |
What is the output of the following code? | ```python
print(10 + 18 * 1)
``` | 28 |
What is the output of the following code? | ```python
print(12 + 13 * 3)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 18 * 3)
``` | 66 |
What is the output of the following code? | ```python
print(18 + 9 * 5)
``` | 63 |
What is the output of the following code? | ```python
print(16 + 17 * 4)
``` | 84 |
What is the output of the following code? | ```python
print(pow(19, 5))
``` | 2476099 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 19 * 4)
``` | 78 |
What is the output of the following code? | ```python
print(14 + 5 * 4)
``` | 34 |
What is the output of the following code? | ```python
print(2 + 5 * 5)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 18 * 3)
``` | 63 |
What is the output of the following code? | ```python
print(18 + 9 * 2)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(8, 1))
``` | 8 |
What is the output of the following code? | ```python
print(4 + 5 * 1)
``` | 9 |
What is the output of the following code? | ```python
print(pow(16, 3))
``` | 4096 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 19 * 2)
``` | 41 |
What is the output of the following code? | ```python
print(2 + 1 * 3)
``` | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.