instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
¿Cuál es la salida del siguiente código?
```python print(1 + 1 * 4) ```
5
¿Cuál es la salida del siguiente código?
```python print(12 + 9 * 1) ```
21
What is the output of the following code?
```python print(15 + 14 * 5) ```
85
¿Cuál es la salida del siguiente código?
```python print(7 + 14 * 3) ```
49
What is the output of the following code?
```python print(8 + 5 * 4) ```
28
¿Cuál es la salida del siguiente código?
```python print(15 + 17 * 1) ```
32
What is the output of the following code?
```python print(10 + 19 * 1) ```
29
¿Cuál es la salida del siguiente código?
```python print(2 + 2 * 4) ```
10
¿Cuál es la salida del siguiente código?
```python print(1 + 14 * 3) ```
43
What is the output of the following code?
```python print(12 + 1 * 2) ```
14
¿Cuál es la salida del siguiente código?
```python print(15 + 5 * 3) ```
30
¿Cuál es la salida del siguiente código?
```python print(8 + 14 * 1) ```
22
What is the output of the following code?
```python print(4 + 19 * 2) ```
42
¿Cuál es la salida del siguiente código?
```python print(17 + 5 * 3) ```
32
What is the output of the following code?
```python print(13 + 16 * 4) ```
77
¿Cuál es la salida del siguiente código?
```python print(2 + 11 * 1) ```
13
¿Cuál es la salida del siguiente código?
```python print(17 + 4 * 3) ```
29
What is the output of the following code?
```python print(18 + 2 * 1) ```
20
¿Cuál es la salida del siguiente código?
```python print(1 + 4 * 1) ```
5
What is the output of the following code?
```python print(20 + 2 * 3) ```
26
¿Cuál es la salida del siguiente código?
```python print(18 + 2 * 2) ```
22
¿Cuál es la salida del siguiente código?
```python print(1 + 6 * 3) ```
19
What is the output of the following code?
```python print(14 + 12 * 5) ```
74
¿Cuál es la salida del siguiente código?
```python print(10 + 10 * 3) ```
40
¿Cuál es la salida del siguiente código?
```python print(8 + 9 * 3) ```
35
What is the output of the following code?
```python print(9 + 11 * 3) ```
42
What is the output of the following code?
```python print(19 + 17 * 5) ```
104
What is the output of the following code?
```python print(10 + 6 * 2) ```
22
¿Cuál es la salida del siguiente código?
```python print(17 + 18 * 3) ```
71
What is the output of the following code?
```python print(15 + 2 * 4) ```
23
What is the output of the following code?
```python print(17 + 6 * 2) ```
29
¿Cuál es la salida del siguiente código?
```python print(3 + 2 * 1) ```
5
What is the output of the following code?
```python print(19 + 15 * 4) ```
79
What is the output of the following code?
```python print(1 + 12 * 4) ```
49
What is the output of the following code?
```python print(5 + 20 * 5) ```
105
¿Cuál es la salida del siguiente código?
```python print(7 + 17 * 2) ```
41
¿Cuál es la salida del siguiente código?
```python print(11 + 7 * 4) ```
39
¿Cuál es la salida del siguiente código?
```python print(19 + 14 * 1) ```
33
¿Cuál es la salida del siguiente código?
```python print(12 + 7 * 5) ```
47
¿Cuál es la salida del siguiente código?
```python print(2 + 17 * 5) ```
87
What is the output of the following code?
```python print(16 + 17 * 2) ```
50
¿Cuál es la salida del siguiente código?
```python print(3 + 18 * 1) ```
21
¿Cuál es la salida del siguiente código?
```python print(5 + 7 * 3) ```
26
¿Cuál es la salida del siguiente código?
```python print(19 + 18 * 4) ```
91
What is the output of the following code?
```python print(19 + 10 * 5) ```
69
What is the output of the following code?
```python print(16 + 6 * 1) ```
22
¿Cuál es la salida del siguiente código?
```python print(5 + 18 * 3) ```
59
What is the output of the following code?
```python print(16 + 17 * 1) ```
33
What is the output of the following code?
```python print(13 + 5 * 3) ```
28
What is the output of the following code?
```python print(6 + 3 * 3) ```
15
What is the output of the following code?
```python print(6 + 5 * 1) ```
11
What is the output of the following code?
```python print(5 + 8 * 5) ```
45
What is the output of the following code?
```python print(17 + 13 * 1) ```
30
¿Cuál es la salida del siguiente código?
```python print(14 + 3 * 5) ```
29
¿Cuál es la salida del siguiente código?
```python print(6 + 2 * 3) ```
12
¿Cuál es la salida del siguiente código?
```python print(10 + 7 * 1) ```
17
¿Cuál es la salida del siguiente código?
```python print(2 + 12 * 2) ```
26
¿Cuál es la salida del siguiente código?
```python print(13 + 11 * 4) ```
57
¿Cuál es la salida del siguiente código?
```python print(13 + 16 * 5) ```
93
¿Cuál es la salida del siguiente código?
```python print(16 + 19 * 5) ```
111
What is the output of the following code?
```python print(2 + 17 * 2) ```
36
¿Cuál es la salida del siguiente código?
```python print(20 + 12 * 5) ```
80
What is the output of the following code?
```python print(5 + 13 * 4) ```
57
¿Cuál es la salida del siguiente código?
```python print(4 + 13 * 5) ```
69
¿Cuál es la salida del siguiente código?
```python print(1 + 15 * 2) ```
31
What is the output of the following code?
```python print(12 + 12 * 5) ```
72
What is the output of the following code?
```python print(19 + 19 * 3) ```
76
¿Cuál es la salida del siguiente código?
```python print(14 + 5 * 4) ```
34
¿Cuál es la salida del siguiente código?
```python print(12 + 9 * 4) ```
48
¿Cuál es la salida del siguiente código?
```python print(12 + 10 * 5) ```
62
¿Cuál es la salida del siguiente código?
```python print(17 + 14 * 1) ```
31
What is the output of the following code?
```python print(13 + 3 * 4) ```
25
¿Cuál es la salida del siguiente código?
```python print(11 + 9 * 2) ```
29
What is the output of the following code?
```python print(1 + 4 * 5) ```
21
¿Cuál es la salida del siguiente código?
```python print(18 + 9 * 1) ```
27
What is the output of the following code?
```python print(8 + 16 * 4) ```
72
¿Cuál es la salida del siguiente código?
```python print(19 + 5 * 2) ```
29
What is the output of the following code?
```python print(17 + 7 * 5) ```
52
What is the output of the following code?
```python print(10 + 5 * 4) ```
30
¿Cuál es la salida del siguiente código?
```python print(2 + 15 * 1) ```
17
What is the output of the following code?
```python print(1 + 14 * 2) ```
29
What is the output of the following code?
```python print(8 + 8 * 2) ```
24
What is the output of the following code?
```python print(7 + 10 * 5) ```
57
What is the output of the following code?
```python print(4 + 18 * 4) ```
76
What is the output of the following code?
```python print(15 + 11 * 5) ```
70
What is the output of the following code?
```python print(15 + 11 * 3) ```
48
¿Cuál es la salida del siguiente código?
```python print(20 + 11 * 5) ```
75
¿Cuál es la salida del siguiente código?
```python print(13 + 8 * 5) ```
53
¿Cuál es la salida del siguiente código?
```python print(6 + 11 * 2) ```
28
¿Cuál es la salida del siguiente código?
```python print(18 + 11 * 2) ```
40
What is the output of the following code?
```python print(11 + 3 * 2) ```
17
What is the output of the following code?
```python print(8 + 7 * 4) ```
36
What is the output of the following code?
```python print(20 + 16 * 3) ```
68
What is the output of the following code?
```python print(12 + 20 * 3) ```
72
¿Cuál es la salida del siguiente código?
```python print(15 + 18 * 4) ```
87
What is the output of the following code?
```python print(12 + 19 * 3) ```
69
What is the output of the following code?
```python print(8 + 6 * 3) ```
26
What is the output of the following code?
```python print(20 + 14 * 2) ```
48
¿Cuál es la salida del siguiente código?
```python print(10 + 5 * 3) ```
25
¿Cuál es la salida del siguiente código?
```python print(17 + 10 * 2) ```
37