instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
El siguiente código contiene un error. Corrígelo. | ```python
if x > 0
print('ok')
``` | ```python
if x > 0:
print('ok')
``` |
¿Cuál es la salida del siguiente código? | ```python
print(pow(4, 1))
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 8 * 5)
``` | 47 |
The following code contains an error. Fix it. | ```python
if x > 0
print('ok')
``` | ```python
if x > 0:
print('ok')
``` |
What is the output of the following code? | ```python
print(pow(1, 4))
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(11, 1))
``` | 11 |
What is the output of the following code? | ```python
print(pow(20, 1))
``` | 20 |
What is the output of the following code? | ```python
print(6 + 12 * 3)
``` | 42 |
What is the output of the following code? | ```python
print(18 + 8 * 3)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 13 * 3)
``` | 50 |
What is the output of the following code? | ```python
print(pow(7, 4))
``` | 2401 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(8, 5))
``` | 32768 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 16 * 1)
``` | 33 |
What is the output of the following code? | ```python
print(17 + 9 * 5)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 1 * 3)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(18, 1))
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 10 * 2)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 16 * 1)
``` | 19 |
What is the output of the following code? | ```python
print(pow(18, 3))
``` | 5832 |
What is the output of the following code? | ```python
print(15 + 17 * 4)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 1 * 5)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 3 * 5)
``` | 26 |
What is the output of the following code? | ```python
print(pow(7, 2))
``` | 49 |
What is the output of the following code? | ```python
print(14 + 7 * 1)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(4, 4))
``` | 256 |
What is the output of the following code? | ```python
print(pow(5, 2))
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 18 * 1)
``` | 33 |
What is the output of the following code? | ```python
print(7 + 13 * 1)
``` | 20 |
What is the output of the following code? | ```python
print(pow(9, 3))
``` | 729 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 19 * 5)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 13 * 1)
``` | 21 |
What is the output of the following code? | ```python
print(9 + 7 * 3)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 15 * 3)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(3, 2))
``` | 9 |
What is the output of the following code? | ```python
print(pow(3, 3))
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(18, 3))
``` | 5832 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 14 * 3)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(9, 4))
``` | 6561 |
What is the output of the following code? | ```python
print(12 + 2 * 3)
``` | 18 |
What is the output of the following code? | ```python
print(14 + 8 * 3)
``` | 38 |
What is the output of the following code? | ```python
print(12 + 10 * 2)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 11 * 3)
``` | 46 |
What is the output of the following code? | ```python
print(pow(2, 5))
``` | 32 |
What is the output of the following code? | ```python
print(14 + 20 * 5)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 2 * 4)
``` | 17 |
What is the output of the following code? | ```python
print(pow(18, 2))
``` | 324 |
What is the output of the following code? | ```python
print(pow(19, 3))
``` | 6859 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 16 * 2)
``` | 49 |
What is the output of the following code? | ```python
print(3 + 8 * 3)
``` | 27 |
What is the output of the following code? | ```python
print(pow(20, 4))
``` | 160000 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(5, 1))
``` | 5 |
What is the output of the following code? | ```python
print(2 + 18 * 2)
``` | 38 |
What is the output of the following code? | ```python
print(pow(17, 5))
``` | 1419857 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 17 * 4)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(10, 3))
``` | 1000 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(5, 2))
``` | 25 |
What is the output of the following code? | ```python
print(18 + 15 * 4)
``` | 78 |
What is the output of the following code? | ```python
print(pow(13, 1))
``` | 13 |
What is the output of the following code? | ```python
print(10 + 13 * 4)
``` | 62 |
What is the output of the following code? | ```python
print(pow(14, 1))
``` | 14 |
What is the output of the following code? | ```python
print(6 + 15 * 2)
``` | 36 |
What is the output of the following code? | ```python
print(pow(13, 2))
``` | 169 |
What is the output of the following code? | ```python
print(9 + 14 * 3)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 8 * 1)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(19, 4))
``` | 130321 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(10, 4))
``` | 10000 |
What is the output of the following code? | ```python
print(15 + 5 * 4)
``` | 35 |
What is the output of the following code? | ```python
print(pow(11, 1))
``` | 11 |
What is the output of the following code? | ```python
print(pow(6, 2))
``` | 36 |
What is the output of the following code? | ```python
print(pow(16, 2))
``` | 256 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 11 * 1)
``` | 18 |
What is the output of the following code? | ```python
print(pow(9, 5))
``` | 59049 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 1 * 5)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(18, 2))
``` | 324 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 9 * 4)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(5, 5))
``` | 3125 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 18 * 4)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 4 * 2)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 8 * 2)
``` | 22 |
What is the output of the following code? | ```python
print(pow(15, 4))
``` | 50625 |
What is the output of the following code? | ```python
print(10 + 15 * 1)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 9 * 2)
``` | 23 |
What is the output of the following code? | ```python
print(pow(20, 3))
``` | 8000 |
What is the output of the following code? | ```python
print(pow(13, 5))
``` | 371293 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(14, 5))
``` | 537824 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(19, 1))
``` | 19 |
What is the output of the following code? | ```python
print(pow(16, 4))
``` | 65536 |
What is the output of the following code? | ```python
print(pow(4, 3))
``` | 64 |
What is the output of the following code? | ```python
print(11 + 4 * 4)
``` | 27 |
What is the output of the following code? | ```python
print(20 + 16 * 4)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 15 * 4)
``` | 70 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 10 * 5)
``` | 56 |
What is the output of the following code? | ```python
print(16 + 8 * 4)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(3, 4))
``` | 81 |
What is the output of the following code? | ```python
print(19 + 19 * 4)
``` | 95 |
What is the output of the following code? | ```python
print(pow(12, 5))
``` | 248832 |
What is the output of the following code? | ```python
print(pow(7, 5))
``` | 16807 |
What is the output of the following code? | ```python
print(pow(2, 4))
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(16, 2))
``` | 256 |
What is the output of the following code? | ```python
print(11 + 20 * 4)
``` | 91 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.