instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(19 + 19 * 5)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(1, 2))
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 3 * 4)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 15 * 2)
``` | 40 |
What is the output of the following code? | ```python
print(pow(11, 4))
``` | 14641 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(3, 3))
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 1 * 1)
``` | 11 |
What is the output of the following code? | ```python
print(10 + 20 * 2)
``` | 50 |
What is the output of the following code? | ```python
print(13 + 8 * 3)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(17, 3))
``` | 4913 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 5 * 3)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 18 * 1)
``` | 20 |
What is the output of the following code? | ```python
print(1 + 8 * 1)
``` | 9 |
What is the output of the following code? | ```python
print(pow(8, 2))
``` | 64 |
What is the output of the following code? | ```python
print(11 + 6 * 1)
``` | 17 |
What is the output of the following code? | ```python
print(7 + 12 * 1)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 6 * 4)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(12, 4))
``` | 20736 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 4 * 1)
``` | 21 |
What is the output of the following code? | ```python
print(11 + 20 * 2)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 20 * 1)
``` | 30 |
What is the output of the following code? | ```python
print(pow(5, 3))
``` | 125 |
What is the output of the following code? | ```python
print(3 + 19 * 4)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 18 * 5)
``` | 101 |
What is the output of the following code? | ```python
print(5 + 5 * 3)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 13 * 3)
``` | 57 |
What is the output of the following code? | ```python
print(5 + 5 * 4)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 20 * 5)
``` | 118 |
What is the output of the following code? | ```python
print(14 + 11 * 5)
``` | 69 |
What is the output of the following code? | ```python
print(14 + 12 * 3)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(7, 5))
``` | 16807 |
What is the output of the following code? | ```python
print(2 + 15 * 1)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(6, 5))
``` | 7776 |
What is the output of the following code? | ```python
print(11 + 16 * 4)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 6 * 3)
``` | 37 |
What is the output of the following code? | ```python
print(5 + 7 * 1)
``` | 12 |
What is the output of the following code? | ```python
print(20 + 19 * 5)
``` | 115 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 2 * 4)
``` | 16 |
What is the output of the following code? | ```python
print(10 + 10 * 4)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 19 * 5)
``` | 101 |
What is the output of the following code? | ```python
print(pow(15, 2))
``` | 225 |
What is the output of the following code? | ```python
print(6 + 4 * 1)
``` | 10 |
What is the output of the following code? | ```python
print(2 + 6 * 3)
``` | 20 |
What is the output of the following code? | ```python
print(10 + 6 * 1)
``` | 16 |
What is the output of the following code? | ```python
print(15 + 14 * 4)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 12 * 1)
``` | 14 |
What is the output of the following code? | ```python
print(11 + 12 * 4)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(9, 5))
``` | 59049 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 8 * 3)
``` | 44 |
What is the output of the following code? | ```python
print(12 + 18 * 2)
``` | 48 |
What is the output of the following code? | ```python
print(11 + 13 * 5)
``` | 76 |
What is the output of the following code? | ```python
print(6 + 4 * 3)
``` | 18 |
What is the output of the following code? | ```python
print(17 + 10 * 3)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 13 * 5)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(20, 3))
``` | 8000 |
What is the output of the following code? | ```python
print(7 + 11 * 2)
``` | 29 |
What is the output of the following code? | ```python
print(15 + 4 * 3)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 20 * 5)
``` | 101 |
What is the output of the following code? | ```python
print(18 + 11 * 3)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(16, 1))
``` | 16 |
What is the output of the following code? | ```python
print(15 + 16 * 2)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 12 * 5)
``` | 70 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 7 * 2)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 16 * 2)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 1 * 1)
``` | 6 |
What is the output of the following code? | ```python
print(14 + 5 * 1)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 19 * 3)
``` | 75 |
What is the output of the following code? | ```python
print(pow(19, 1))
``` | 19 |
What is the output of the following code? | ```python
print(9 + 9 * 1)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 8 * 4)
``` | 41 |
What is the output of the following code? | ```python
print(9 + 7 * 1)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 19 * 2)
``` | 51 |
What is the output of the following code? | ```python
print(15 + 1 * 4)
``` | 19 |
What is the output of the following code? | ```python
print(7 + 5 * 1)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 4 * 4)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 7 * 1)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 5 * 4)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 8 * 2)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 16 * 4)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 12 * 3)
``` | 38 |
What is the output of the following code? | ```python
print(20 + 15 * 1)
``` | 35 |
What is the output of the following code? | ```python
print(8 + 4 * 3)
``` | 20 |
What is the output of the following code? | ```python
print(7 + 13 * 2)
``` | 33 |
What is the output of the following code? | ```python
print(2 + 14 * 2)
``` | 30 |
What is the output of the following code? | ```python
print(20 + 6 * 5)
``` | 50 |
What is the output of the following code? | ```python
print(pow(8, 3))
``` | 512 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 16 * 5)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(14, 2))
``` | 196 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 16 * 3)
``` | 49 |
What is the output of the following code? | ```python
print(pow(17, 3))
``` | 4913 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 19 * 2)
``` | 54 |
What is the output of the following code? | ```python
print(17 + 14 * 3)
``` | 59 |
What is the output of the following code? | ```python
print(15 + 16 * 5)
``` | 95 |
What is the output of the following code? | ```python
print(15 + 20 * 3)
``` | 75 |
What is the output of the following code? | ```python
print(3 + 3 * 4)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 6 * 3)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(16, 4))
``` | 65536 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 6 * 3)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(20, 5))
``` | 3200000 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 6 * 2)
``` | 17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.