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