instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(19 + 2 * 2)
``` | 23 |
What is the output of the following code? | ```python
print(14 + 13 * 5)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 8 * 1)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 7 * 3)
``` | 39 |
What is the output of the following code? | ```python
print(pow(10, 4))
``` | 10000 |
What is the output of the following code? | ```python
print(7 + 15 * 4)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 2 * 2)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 13 * 3)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 2 * 3)
``` | 21 |
What is the output of the following code? | ```python
print(13 + 6 * 1)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 3 * 4)
``` | 27 |
What is the output of the following code? | ```python
print(15 + 13 * 2)
``` | 41 |
What is the output of the following code? | ```python
print(13 + 11 * 4)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 8 * 4)
``` | 50 |
What is the output of the following code? | ```python
print(6 + 6 * 1)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 13 * 2)
``` | 44 |
What is the output of the following code? | ```python
print(6 + 7 * 1)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 13 * 2)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 12 * 3)
``` | 40 |
What is the output of the following code? | ```python
print(20 + 12 * 1)
``` | 32 |
What is the output of the following code? | ```python
print(16 + 3 * 3)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 8 * 4)
``` | 42 |
What is the output of the following code? | ```python
print(7 + 5 * 4)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 14 * 3)
``` | 59 |
What is the output of the following code? | ```python
print(11 + 8 * 2)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 5 * 1)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 14 * 2)
``` | 36 |
What is the output of the following code? | ```python
print(7 + 9 * 4)
``` | 43 |
What is the output of the following code? | ```python
print(pow(15, 5))
``` | 759375 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 7 * 2)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(14, 1))
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(1, 1))
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 7 * 4)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 19 * 2)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 4 * 3)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 16 * 1)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 2 * 1)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 11 * 1)
``` | 23 |
What is the output of the following code? | ```python
print(5 + 1 * 5)
``` | 10 |
What is the output of the following code? | ```python
print(17 + 14 * 2)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 14 * 4)
``` | 68 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 18 * 4)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 14 * 1)
``` | 18 |
What is the output of the following code? | ```python
print(18 + 14 * 2)
``` | 46 |
What is the output of the following code? | ```python
print(5 + 20 * 3)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 19 * 4)
``` | 85 |
What is the output of the following code? | ```python
print(2 + 11 * 2)
``` | 24 |
What is the output of the following code? | ```python
print(12 + 13 * 4)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 12 * 5)
``` | 61 |
What is the output of the following code? | ```python
print(pow(19, 2))
``` | 361 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 4 * 4)
``` | 19 |
What is the output of the following code? | ```python
print(9 + 4 * 5)
``` | 29 |
What is the output of the following code? | ```python
print(10 + 19 * 2)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(13, 4))
``` | 28561 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 4 * 2)
``` | 15 |
What is the output of the following code? | ```python
print(11 + 4 * 1)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 7 * 2)
``` | 24 |
What is the output of the following code? | ```python
print(7 + 12 * 5)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 14 * 4)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 8 * 4)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 1 * 5)
``` | 14 |
What is the output of the following code? | ```python
print(3 + 3 * 1)
``` | 6 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 1 * 5)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 4 * 3)
``` | 24 |
What is the output of the following code? | ```python
print(pow(17, 4))
``` | 83521 |
What is the output of the following code? | ```python
print(16 + 7 * 1)
``` | 23 |
What is the output of the following code? | ```python
print(1 + 5 * 3)
``` | 16 |
What is the output of the following code? | ```python
print(10 + 12 * 4)
``` | 58 |
What is the output of the following code? | ```python
print(1 + 12 * 2)
``` | 25 |
What is the output of the following code? | ```python
print(16 + 3 * 4)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 20 * 2)
``` | 57 |
What is the output of the following code? | ```python
print(2 + 9 * 2)
``` | 20 |
What is the output of the following code? | ```python
print(2 + 17 * 4)
``` | 70 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 2 * 1)
``` | 8 |
What is the output of the following code? | ```python
print(20 + 4 * 4)
``` | 36 |
What is the output of the following code? | ```python
print(12 + 11 * 3)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 15 * 1)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 20 * 3)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 13 * 4)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 19 * 2)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 9 * 5)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 8 * 3)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 7 * 5)
``` | 43 |
What is the output of the following code? | ```python
print(20 + 12 * 3)
``` | 56 |
What is the output of the following code? | ```python
print(6 + 9 * 1)
``` | 15 |
What is the output of the following code? | ```python
print(12 + 5 * 4)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 13 * 5)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 2 * 2)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 9 * 5)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 18 * 3)
``` | 58 |
What is the output of the following code? | ```python
print(4 + 12 * 1)
``` | 16 |
What is the output of the following code? | ```python
print(20 + 10 * 3)
``` | 50 |
What is the output of the following code? | ```python
print(12 + 9 * 1)
``` | 21 |
What is the output of the following code? | ```python
print(14 + 20 * 3)
``` | 74 |
What is the output of the following code? | ```python
print(18 + 18 * 4)
``` | 90 |
What is the output of the following code? | ```python
print(17 + 19 * 2)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 14 * 2)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 3 * 4)
``` | 31 |
What is the output of the following code? | ```python
print(5 + 3 * 2)
``` | 11 |
What is the output of the following code? | ```python
print(5 + 6 * 4)
``` | 29 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.