instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
¿Cuál es la salida del siguiente código?
```python print(14 + 13 * 1) ```
27
What is the output of the following code?
```python print(13 + 19 * 4) ```
89
What is the output of the following code?
```python print(11 + 19 * 3) ```
68
¿Cuál es la salida del siguiente código?
```python print(pow(13, 5)) ```
371293
What is the output of the following code?
```python print(5 + 5 * 5) ```
30
What is the output of the following code?
```python print(15 + 3 * 3) ```
24
¿Cuál es la salida del siguiente código?
```python print(11 + 6 * 4) ```
35
What is the output of the following code?
```python print(9 + 10 * 1) ```
19
What is the output of the following code?
```python print(2 + 4 * 1) ```
6
¿Cuál es la salida del siguiente código?
```python print(13 + 1 * 2) ```
15
What is the output of the following code?
```python print(18 + 2 * 3) ```
24
What is the output of the following code?
```python print(15 + 10 * 1) ```
25
¿Cuál es la salida del siguiente código?
```python print(4 + 11 * 2) ```
26
What is the output of the following code?
```python print(17 + 1 * 2) ```
19
What is the output of the following code?
```python print(19 + 19 * 1) ```
38
What is the output of the following code?
```python print(4 + 16 * 4) ```
68
What is the output of the following code?
```python print(13 + 1 * 3) ```
16
What is the output of the following code?
```python print(14 + 11 * 4) ```
58
What is the output of the following code?
```python print(13 + 19 * 5) ```
108
¿Cuál es la salida del siguiente código?
```python print(19 + 19 * 4) ```
95
¿Cuál es la salida del siguiente código?
```python print(7 + 8 * 1) ```
15
¿Cuál es la salida del siguiente código?
```python print(9 + 9 * 4) ```
45
What is the output of the following code?
```python print(8 + 16 * 1) ```
24
¿Cuál es la salida del siguiente código?
```python print(6 + 4 * 2) ```
14
What is the output of the following code?
```python print(7 + 3 * 3) ```
16
What is the output of the following code?
```python print(9 + 9 * 2) ```
27
¿Cuál es la salida del siguiente código?
```python print(9 + 11 * 4) ```
53
What is the output of the following code?
```python print(20 + 3 * 5) ```
35
¿Cuál es la salida del siguiente código?
```python print(4 + 4 * 4) ```
20
¿Cuál es la salida del siguiente código?
```python print(6 + 6 * 4) ```
30
¿Cuál es la salida del siguiente código?
```python print(2 + 7 * 2) ```
16
¿Cuál es la salida del siguiente código?
```python print(19 + 13 * 5) ```
84
¿Cuál es la salida del siguiente código?
```python print(17 + 4 * 2) ```
25
What is the output of the following code?
```python print(8 + 9 * 3) ```
35
¿Cuál es la salida del siguiente código?
```python print(14 + 10 * 1) ```
24
What is the output of the following code?
```python print(6 + 2 * 2) ```
10
What is the output of the following code?
```python print(3 + 13 * 1) ```
16
What is the output of the following code?
```python print(2 + 19 * 3) ```
59
¿Cuál es la salida del siguiente código?
```python print(12 + 12 * 1) ```
24
¿Cuál es la salida del siguiente código?
```python print(16 + 17 * 1) ```
33
¿Cuál es la salida del siguiente código?
```python print(10 + 20 * 3) ```
70
What is the output of the following code?
```python print(4 + 14 * 2) ```
32
¿Cuál es la salida del siguiente código?
```python print(14 + 1 * 5) ```
19
What is the output of the following code?
```python print(17 + 8 * 1) ```
25
What is the output of the following code?
```python print(12 + 10 * 5) ```
62
¿Cuál es la salida del siguiente código?
```python print(17 + 2 * 4) ```
25
What is the output of the following code?
```python print(5 + 1 * 1) ```
6
¿Cuál es la salida del siguiente código?
```python print(11 + 10 * 5) ```
61
¿Cuál es la salida del siguiente código?
```python print(10 + 8 * 3) ```
34
¿Cuál es la salida del siguiente código?
```python print(15 + 11 * 4) ```
59
¿Cuál es la salida del siguiente código?
```python print(17 + 1 * 3) ```
20
What is the output of the following code?
```python print(2 + 18 * 1) ```
20
¿Cuál es la salida del siguiente código?
```python print(10 + 12 * 1) ```
22
What is the output of the following code?
```python print(2 + 13 * 4) ```
54
¿Cuál es la salida del siguiente código?
```python print(8 + 20 * 1) ```
28
¿Cuál es la salida del siguiente código?
```python print(13 + 4 * 1) ```
17
¿Cuál es la salida del siguiente código?
```python print(9 + 10 * 3) ```
39
What is the output of the following code?
```python print(1 + 13 * 5) ```
66
¿Cuál es la salida del siguiente código?
```python print(12 + 11 * 2) ```
34
¿Cuál es la salida del siguiente código?
```python print(13 + 2 * 1) ```
15
¿Cuál es la salida del siguiente código?
```python print(8 + 1 * 1) ```
9
¿Cuál es la salida del siguiente código?
```python print(17 + 18 * 2) ```
53
What is the output of the following code?
```python print(3 + 8 * 1) ```
11
¿Cuál es la salida del siguiente código?
```python print(11 + 20 * 5) ```
111
¿Cuál es la salida del siguiente código?
```python print(13 + 15 * 1) ```
28
What is the output of the following code?
```python print(11 + 12 * 5) ```
71
What is the output of the following code?
```python print(19 + 4 * 2) ```
27
¿Cuál es la salida del siguiente código?
```python print(13 + 13 * 1) ```
26
What is the output of the following code?
```python print(17 + 10 * 1) ```
27
¿Cuál es la salida del siguiente código?
```python print(9 + 15 * 3) ```
54
What is the output of the following code?
```python print(6 + 7 * 2) ```
20
¿Cuál es la salida del siguiente código?
```python print(2 + 17 * 2) ```
36
¿Cuál es la salida del siguiente código?
```python print(16 + 20 * 4) ```
96
What is the output of the following code?
```python print(12 + 11 * 1) ```
23
What is the output of the following code?
```python print(3 + 2 * 5) ```
13
¿Cuál es la salida del siguiente código?
```python print(7 + 2 * 1) ```
9
¿Cuál es la salida del siguiente código?
```python print(1 + 7 * 3) ```
22
¿Cuál es la salida del siguiente código?
```python print(15 + 15 * 3) ```
60
What is the output of the following code?
```python print(7 + 20 * 3) ```
67
¿Cuál es la salida del siguiente código?
```python print(4 + 7 * 4) ```
32
What is the output of the following code?
```python print(11 + 15 * 4) ```
71
What is the output of the following code?
```python print(17 + 19 * 4) ```
93
¿Cuál es la salida del siguiente código?
```python print(9 + 15 * 4) ```
69
What is the output of the following code?
```python print(13 + 2 * 2) ```
17
¿Cuál es la salida del siguiente código?
```python print(7 + 5 * 2) ```
17
¿Cuál es la salida del siguiente código?
```python print(16 + 9 * 1) ```
25
What is the output of the following code?
```python print(14 + 18 * 3) ```
68
What is the output of the following code?
```python print(19 + 11 * 1) ```
30
¿Cuál es la salida del siguiente código?
```python print(18 + 7 * 2) ```
32
What is the output of the following code?
```python print(2 + 2 * 5) ```
12
What is the output of the following code?
```python print(2 + 14 * 1) ```
16
What is the output of the following code?
```python print(1 + 1 * 3) ```
4
What is the output of the following code?
```python print(13 + 18 * 5) ```
103
What is the output of the following code?
```python print(19 + 12 * 1) ```
31
¿Cuál es la salida del siguiente código?
```python print(11 + 3 * 1) ```
14
What is the output of the following code?
```python print(10 + 19 * 4) ```
86
What is the output of the following code?
```python print(10 + 4 * 3) ```
22
¿Cuál es la salida del siguiente código?
```python print(12 + 3 * 2) ```
18
What is the output of the following code?
```python print(1 + 10 * 2) ```
21
¿Cuál es la salida del siguiente código?
```python print(20 + 5 * 5) ```
45