instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(16 + 17 * 3)
``` | 67 |
What is the output of the following code? | ```python
print(16 + 15 * 4)
``` | 76 |
What is the output of the following code? | ```python
print(6 + 19 * 1)
``` | 25 |
What is the output of the following code? | ```python
print(10 + 6 * 4)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 6 * 1)
``` | 20 |
What is the output of the following code? | ```python
print(1 + 20 * 2)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 20 * 2)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 19 * 4)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 18 * 4)
``` | 75 |
What is the output of the following code? | ```python
print(9 + 16 * 3)
``` | 57 |
What is the output of the following code? | ```python
print(19 + 20 * 2)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 9 * 2)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 12 * 5)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 6 * 5)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 10 * 4)
``` | 56 |
What is the output of the following code? | ```python
print(13 + 6 * 2)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 14 * 4)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 17 * 5)
``` | 89 |
What is the output of the following code? | ```python
print(7 + 2 * 2)
``` | 11 |
What is the output of the following code? | ```python
print(17 + 16 * 4)
``` | 81 |
What is the output of the following code? | ```python
print(5 + 8 * 3)
``` | 29 |
What is the output of the following code? | ```python
print(8 + 15 * 2)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 9 * 1)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 6 * 2)
``` | 28 |
What is the output of the following code? | ```python
print(8 + 19 * 1)
``` | 27 |
What is the output of the following code? | ```python
print(20 + 12 * 2)
``` | 44 |
What is the output of the following code? | ```python
print(8 + 12 * 2)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 18 * 4)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 18 * 2)
``` | 54 |
What is the output of the following code? | ```python
print(5 + 5 * 2)
``` | 15 |
What is the output of the following code? | ```python
print(19 + 3 * 2)
``` | 25 |
What is the output of the following code? | ```python
print(pow(1, 1))
``` | 1 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 10 * 1)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 16 * 4)
``` | 78 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 10 * 2)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 19 * 3)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 6 * 1)
``` | 8 |
What is the output of the following code? | ```python
print(19 + 15 * 3)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 12 * 4)
``` | 61 |
What is the output of the following code? | ```python
print(2 + 1 * 4)
``` | 6 |
What is the output of the following code? | ```python
print(5 + 19 * 4)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 19 * 4)
``` | 88 |
What is the output of the following code? | ```python
print(4 + 6 * 5)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 10 * 2)
``` | 34 |
What is the output of the following code? | ```python
print(3 + 10 * 5)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 2 * 2)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 14 * 2)
``` | 37 |
What is the output of the following code? | ```python
print(3 + 15 * 3)
``` | 48 |
What is the output of the following code? | ```python
print(6 + 15 * 3)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 5 * 5)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 1 * 2)
``` | 10 |
What is the output of the following code? | ```python
print(7 + 2 * 1)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 9 * 2)
``` | 25 |
What is the output of the following code? | ```python
print(15 + 3 * 5)
``` | 30 |
What is the output of the following code? | ```python
print(14 + 4 * 5)
``` | 34 |
What is the output of the following code? | ```python
print(9 + 17 * 2)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 19 * 1)
``` | 34 |
What is the output of the following code? | ```python
print(12 + 18 * 1)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 8 * 5)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 3 * 1)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 1 * 3)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 9 * 5)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 18 * 3)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 6 * 3)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 20 * 4)
``` | 97 |
What is the output of the following code? | ```python
print(16 + 13 * 1)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 9 * 4)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 17 * 3)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 10 * 5)
``` | 63 |
What is the output of the following code? | ```python
print(10 + 18 * 5)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 12 * 4)
``` | 66 |
What is the output of the following code? | ```python
print(12 + 1 * 1)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 12 * 1)
``` | 26 |
What is the output of the following code? | ```python
print(10 + 9 * 2)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 5 * 2)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 14 * 3)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 2 * 1)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 3 * 4)
``` | 15 |
What is the output of the following code? | ```python
print(9 + 18 * 5)
``` | 99 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 2 * 5)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 7 * 3)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 3 * 1)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 18 * 4)
``` | 88 |
What is the output of the following code? | ```python
print(10 + 14 * 3)
``` | 52 |
What is the output of the following code? | ```python
print(16 + 8 * 5)
``` | 56 |
What is the output of the following code? | ```python
print(19 + 15 * 5)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 13 * 5)
``` | 82 |
What is the output of the following code? | ```python
print(14 + 19 * 2)
``` | 52 |
What is the output of the following code? | ```python
print(1 + 4 * 1)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 16 * 3)
``` | 67 |
What is the output of the following code? | ```python
print(2 + 5 * 3)
``` | 17 |
What is the output of the following code? | ```python
print(17 + 20 * 4)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 13 * 3)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 6 * 5)
``` | 40 |
What is the output of the following code? | ```python
print(9 + 3 * 4)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 14 * 5)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 17 * 5)
``` | 104 |
What is the output of the following code? | ```python
print(17 + 8 * 2)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 1 * 5)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 3 * 5)
``` | 23 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.