instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(18 + 3 * 1)
``` | 21 |
What is the output of the following code? | ```python
print(17 + 13 * 2)
``` | 43 |
What is the output of the following code? | ```python
print(7 + 6 * 1)
``` | 13 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 19 * 3)
``` | 65 |
What is the output of the following code? | ```python
print(8 + 3 * 5)
``` | 23 |
What is the output of the following code? | ```python
print(19 + 6 * 1)
``` | 25 |
What is the output of the following code? | ```python
print(3 + 5 * 2)
``` | 13 |
What is the output of the following code? | ```python
print(7 + 8 * 4)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 11 * 5)
``` | 57 |
What is the output of the following code? | ```python
print(4 + 17 * 5)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 4 * 2)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 12 * 4)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(pow(10, 5))
``` | 100000 |
What is the output of the following code? | ```python
print(16 + 13 * 5)
``` | 81 |
What is the output of the following code? | ```python
print(16 + 1 * 4)
``` | 20 |
What is the output of the following code? | ```python
print(8 + 20 * 4)
``` | 88 |
What is the output of the following code? | ```python
print(14 + 4 * 2)
``` | 22 |
What is the output of the following code? | ```python
print(8 + 1 * 4)
``` | 12 |
What is the output of the following code? | ```python
print(1 + 17 * 3)
``` | 52 |
What is the output of the following code? | ```python
print(18 + 9 * 4)
``` | 54 |
What is the output of the following code? | ```python
print(1 + 12 * 1)
``` | 13 |
What is the output of the following code? | ```python
print(16 + 16 * 2)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 5 * 5)
``` | 30 |
What is the output of the following code? | ```python
print(2 + 11 * 4)
``` | 46 |
What is the output of the following code? | ```python
print(13 + 15 * 5)
``` | 88 |
What is the output of the following code? | ```python
print(19 + 17 * 2)
``` | 53 |
What is the output of the following code? | ```python
print(6 + 16 * 3)
``` | 54 |
What is the output of the following code? | ```python
print(4 + 5 * 2)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 3 * 3)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 8 * 3)
``` | 30 |
What is the output of the following code? | ```python
print(14 + 15 * 4)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 19 * 5)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 6 * 1)
``` | 9 |
What is the output of the following code? | ```python
print(15 + 5 * 3)
``` | 30 |
What is the output of the following code? | ```python
print(6 + 17 * 1)
``` | 23 |
What is the output of the following code? | ```python
print(14 + 6 * 2)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 1 * 3)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 16 * 2)
``` | 34 |
What is the output of the following code? | ```python
print(19 + 9 * 4)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 6 * 5)
``` | 38 |
What is the output of the following code? | ```python
print(15 + 13 * 4)
``` | 67 |
What is the output of the following code? | ```python
print(3 + 12 * 3)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 10 * 1)
``` | 12 |
What is the output of the following code? | ```python
print(3 + 8 * 4)
``` | 35 |
What is the output of the following code? | ```python
print(5 + 14 * 4)
``` | 61 |
What is the output of the following code? | ```python
print(19 + 13 * 1)
``` | 32 |
What is the output of the following code? | ```python
print(5 + 5 * 1)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 4 * 4)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 11 * 3)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 3 * 1)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 17 * 2)
``` | 50 |
What is the output of the following code? | ```python
print(17 + 13 * 5)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 8 * 4)
``` | 34 |
What is the output of the following code? | ```python
print(20 + 2 * 4)
``` | 28 |
What is the output of the following code? | ```python
print(7 + 6 * 3)
``` | 25 |
What is the output of the following code? | ```python
print(7 + 18 * 3)
``` | 61 |
What is the output of the following code? | ```python
print(6 + 17 * 5)
``` | 91 |
What is the output of the following code? | ```python
print(10 + 2 * 1)
``` | 12 |
What is the output of the following code? | ```python
print(3 + 17 * 3)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 17 * 5)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 11 * 3)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 3 * 2)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 11 * 2)
``` | 25 |
What is the output of the following code? | ```python
print(19 + 7 * 4)
``` | 47 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 4 * 5)
``` | 29 |
What is the output of the following code? | ```python
print(7 + 15 * 2)
``` | 37 |
What is the output of the following code? | ```python
print(1 + 14 * 4)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 17 * 3)
``` | 66 |
What is the output of the following code? | ```python
print(5 + 10 * 3)
``` | 35 |
What is the output of the following code? | ```python
print(18 + 1 * 1)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 15 * 4)
``` | 67 |
What is the output of the following code? | ```python
print(5 + 8 * 2)
``` | 21 |
What is the output of the following code? | ```python
print(19 + 15 * 2)
``` | 49 |
What is the output of the following code? | ```python
print(12 + 15 * 5)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 1 * 3)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 2 * 2)
``` | 12 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 8 * 5)
``` | 55 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 2 * 5)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 1 * 1)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 7 * 4)
``` | 31 |
What is the output of the following code? | ```python
print(2 + 20 * 1)
``` | 22 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 6 * 3)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 11 * 5)
``` | 67 |
What is the output of the following code? | ```python
print(10 + 17 * 5)
``` | 95 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 8 * 2)
``` | 26 |
What is the output of the following code? | ```python
print(17 + 15 * 1)
``` | 32 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 1 * 1)
``` | 8 |
What is the output of the following code? | ```python
print(4 + 18 * 2)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 5 * 4)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 20 * 5)
``` | 107 |
What is the output of the following code? | ```python
print(14 + 14 * 1)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 1 * 1)
``` | 15 |
What is the output of the following code? | ```python
print(3 + 11 * 2)
``` | 25 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 8 * 3)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 12 * 5)
``` | 68 |
What is the output of the following code? | ```python
print(15 + 1 * 5)
``` | 20 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 18 * 2)
``` | 46 |
What is the output of the following code? | ```python
print(8 + 17 * 2)
``` | 42 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 19 * 3)
``` | 70 |
¿Cuál es la salida del siguiente código? | ```python
print(16 + 16 * 4)
``` | 80 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.