instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(4 + 17 * 4)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 4 * 1)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 12 * 1)
``` | 20 |
What is the output of the following code? | ```python
print(1 + 1 * 1)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 1 * 3)
``` | 5 |
What is the output of the following code? | ```python
print(16 + 20 * 2)
``` | 56 |
What is the output of the following code? | ```python
print(19 + 13 * 2)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 17 * 2)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 15 * 2)
``` | 46 |
What is the output of the following code? | ```python
print(12 + 7 * 4)
``` | 40 |
What is the output of the following code? | ```python
print(3 + 6 * 4)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 1 * 3)
``` | 17 |
What is the output of the following code? | ```python
print(10 + 8 * 3)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 11 * 5)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 8 * 4)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 9 * 5)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 3 * 2)
``` | 9 |
What is the output of the following code? | ```python
print(13 + 20 * 2)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 12 * 3)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 9 * 3)
``` | 28 |
What is the output of the following code? | ```python
print(12 + 10 * 3)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 9 * 4)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 15 * 1)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 14 * 3)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 8 * 3)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 17 * 1)
``` | 30 |
What is the output of the following code? | ```python
print(16 + 5 * 5)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 14 * 2)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 11 * 4)
``` | 45 |
What is the output of the following code? | ```python
print(17 + 1 * 5)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 5 * 3)
``` | 34 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 1 * 2)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 15 * 5)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 2 * 5)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 10 * 2)
``` | 31 |
What is the output of the following code? | ```python
print(20 + 9 * 5)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 9 * 3)
``` | 33 |
What is the output of the following code? | ```python
print(9 + 19 * 3)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 19 * 5)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 20 * 1)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 10 * 2)
``` | 29 |
What is the output of the following code? | ```python
print(2 + 20 * 4)
``` | 82 |
What is the output of the following code? | ```python
print(11 + 11 * 5)
``` | 66 |
What is the output of the following code? | ```python
print(5 + 15 * 1)
``` | 20 |
What is the output of the following code? | ```python
print(3 + 13 * 4)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 4 * 4)
``` | 22 |
What is the output of the following code? | ```python
print(3 + 5 * 3)
``` | 18 |
What is the output of the following code? | ```python
print(11 + 13 * 3)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 1 * 5)
``` | 20 |
What is the output of the following code? | ```python
print(5 + 2 * 1)
``` | 7 |
What is the output of the following code? | ```python
print(7 + 16 * 2)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 10 * 3)
``` | 36 |
What is the output of the following code? | ```python
print(3 + 9 * 2)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 3 * 2)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 15 * 4)
``` | 74 |
What is the output of the following code? | ```python
print(2 + 13 * 5)
``` | 67 |
What is the output of the following code? | ```python
print(11 + 1 * 1)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 19 * 2)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 9 * 5)
``` | 48 |
What is the output of the following code? | ```python
print(12 + 11 * 2)
``` | 34 |
What is the output of the following code? | ```python
print(19 + 19 * 2)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 4 * 3)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 1 * 4)
``` | 19 |
What is the output of the following code? | ```python
print(16 + 19 * 3)
``` | 73 |
What is the output of the following code? | ```python
print(20 + 19 * 2)
``` | 58 |
What is the output of the following code? | ```python
print(8 + 13 * 1)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 3 * 1)
``` | 7 |
What is the output of the following code? | ```python
print(5 + 7 * 5)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 17 * 2)
``` | 42 |
What is the output of the following code? | ```python
print(7 + 1 * 5)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 5 * 5)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 11 * 5)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 2 * 5)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 20 * 3)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 19 * 2)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 15 * 2)
``` | 38 |
What is the output of the following code? | ```python
print(6 + 16 * 2)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(20 + 13 * 5)
``` | 85 |
What is the output of the following code? | ```python
print(13 + 6 * 5)
``` | 43 |
What is the output of the following code? | ```python
print(16 + 18 * 2)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 6 * 4)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 10 * 3)
``` | 47 |
What is the output of the following code? | ```python
print(17 + 4 * 3)
``` | 29 |
What is the output of the following code? | ```python
print(16 + 11 * 1)
``` | 27 |
What is the output of the following code? | ```python
print(20 + 10 * 1)
``` | 30 |
What is the output of the following code? | ```python
print(19 + 6 * 2)
``` | 31 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 1 * 3)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 12 * 4)
``` | 51 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 2 * 3)
``` | 24 |
What is the output of the following code? | ```python
print(11 + 18 * 2)
``` | 47 |
What is the output of the following code? | ```python
print(6 + 12 * 1)
``` | 18 |
What is the output of the following code? | ```python
print(12 + 12 * 1)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 1 * 2)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 17 * 2)
``` | 44 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 12 * 3)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 13 * 2)
``` | 31 |
What is the output of the following code? | ```python
print(5 + 6 * 3)
``` | 23 |
What is the output of the following code? | ```python
print(15 + 20 * 2)
``` | 55 |
What is the output of the following code? | ```python
print(12 + 10 * 4)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 16 * 3)
``` | 50 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.