instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(pow(14, 3))
``` | 2744 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 6 * 3)
``` | 25 |
What is the output of the following code? | ```python
print(12 + 6 * 4)
``` | 36 |
What is the output of the following code? | ```python
print(9 + 8 * 3)
``` | 33 |
What is the output of the following code? | ```python
print(2 + 17 * 5)
``` | 87 |
What is the output of the following code? | ```python
print(6 + 6 * 2)
``` | 18 |
What is the output of the following code? | ```python
print(3 + 14 * 2)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 19 * 5)
``` | 100 |
What is the output of the following code? | ```python
print(19 + 20 * 4)
``` | 99 |
What is the output of the following code? | ```python
print(pow(5, 5))
``` | 3125 |
What is the output of the following code? | ```python
print(pow(8, 4))
``` | 4096 |
What is the output of the following code? | ```python
print(pow(4, 2))
``` | 16 |
What is the output of the following code? | ```python
print(pow(20, 2))
``` | 400 |
What is the output of the following code? | ```python
print(16 + 17 * 3)
``` | 67 |
What is the output of the following code? | ```python
print(5 + 17 * 5)
``` | 90 |
What is the output of the following code? | ```python
print(pow(3, 1))
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 20 * 1)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(9, 2))
``` | 81 |
What is the output of the following code? | ```python
print(pow(14, 3))
``` | 2744 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 7 * 5)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 16 * 3)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 15 * 3)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(5, 4))
``` | 625 |
What is the output of the following code? | ```python
print(13 + 1 * 1)
``` | 14 |
What is the output of the following code? | ```python
print(17 + 19 * 3)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 16 * 3)
``` | 59 |
What is the output of the following code? | ```python
print(1 + 8 * 2)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 17 * 2)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 9 * 5)
``` | 58 |
What is the output of the following code? | ```python
print(16 + 5 * 2)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 9 * 5)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(17, 1))
``` | 17 |
What is the output of the following code? | ```python
print(7 + 16 * 3)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 19 * 4)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(6, 3))
``` | 216 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(6, 4))
``` | 1296 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 11 * 1)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 12 * 4)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 18 * 1)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(1, 3))
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 5 * 4)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 4 * 4)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 4 * 4)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 1 * 5)
``` | 21 |
What is the output of the following code? | ```python
print(17 + 13 * 4)
``` | 69 |
What is the output of the following code? | ```python
print(10 + 15 * 2)
``` | 40 |
What is the output of the following code? | ```python
print(18 + 11 * 5)
``` | 73 |
What is the output of the following code? | ```python
print(pow(12, 2))
``` | 144 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(7, 2))
``` | 49 |
What is the output of the following code? | ```python
print(7 + 20 * 4)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 6 * 5)
``` | 36 |
What is the output of the following code? | ```python
print(9 + 18 * 3)
``` | 63 |
What is the output of the following code? | ```python
print(1 + 11 * 4)
``` | 45 |
What is the output of the following code? | ```python
print(pow(20, 5))
``` | 3200000 |
What is the output of the following code? | ```python
print(3 + 11 * 5)
``` | 58 |
What is the output of the following code? | ```python
print(3 + 12 * 2)
``` | 27 |
What is the output of the following code? | ```python
print(pow(18, 1))
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 11 * 4)
``` | 46 |
What is the output of the following code? | ```python
print(pow(1, 3))
``` | 1 |
What is the output of the following code? | ```python
print(7 + 11 * 5)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 10 * 5)
``` | 60 |
What is the output of the following code? | ```python
print(7 + 14 * 5)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 9 * 2)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 15 * 5)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(7, 4))
``` | 2401 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 5 * 5)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 1 * 5)
``` | 8 |
What is the output of the following code? | ```python
print(5 + 15 * 5)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 20 * 2)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(2, 5))
``` | 32 |
What is the output of the following code? | ```python
print(2 + 2 * 3)
``` | 8 |
What is the output of the following code? | ```python
print(20 + 1 * 5)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 20 * 1)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 1 * 2)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 17 * 1)
``` | 22 |
What is the output of the following code? | ```python
print(6 + 17 * 4)
``` | 74 |
What is the output of the following code? | ```python
print(15 + 20 * 5)
``` | 115 |
What is the output of the following code? | ```python
print(5 + 4 * 1)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(20, 1))
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 17 * 1)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 14 * 3)
``` | 53 |
What is the output of the following code? | ```python
print(19 + 12 * 4)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(4, 5))
``` | 1024 |
What is the output of the following code? | ```python
print(8 + 12 * 1)
``` | 20 |
What is the output of the following code? | ```python
print(7 + 2 * 5)
``` | 17 |
What is the output of the following code? | ```python
print(13 + 19 * 2)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(17, 5))
``` | 1419857 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(13, 2))
``` | 169 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 11 * 1)
``` | 24 |
What is the output of the following code? | ```python
print(7 + 19 * 3)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 12 * 2)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 20 * 1)
``` | 36 |
What is the output of the following code? | ```python
print(pow(16, 5))
``` | 1048576 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 7 * 4)
``` | 29 |
What is the output of the following code? | ```python
print(6 + 18 * 3)
``` | 60 |
What is the output of the following code? | ```python
print(pow(12, 4))
``` | 20736 |
What is the output of the following code? | ```python
print(pow(12, 3))
``` | 1728 |
What is the output of the following code? | ```python
print(16 + 10 * 3)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(2, 3))
``` | 8 |
What is the output of the following code? | ```python
print(12 + 1 * 4)
``` | 16 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.