instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(15 + 1 * 3) ```
18
¿Cuál es la salida del siguiente código?
```python print(20 + 6 * 5) ```
50
¿Cuál es la salida del siguiente código?
```python print(17 + 13 * 2) ```
43
¿Cuál es la salida del siguiente código?
```python print(8 + 13 * 2) ```
34
¿Cuál es la salida del siguiente código?
```python print(12 + 20 * 3) ```
72
¿Cuál es la salida del siguiente código?
```python print(18 + 4 * 1) ```
22
¿Cuál es la salida del siguiente código?
```python print(19 + 16 * 1) ```
35
¿Cuál es la salida del siguiente código?
```python print(8 + 7 * 2) ```
22
What is the output of the following code?
```python print(2 + 13 * 2) ```
28
What is the output of the following code?
```python print(6 + 10 * 2) ```
26
What is the output of the following code?
```python print(12 + 3 * 1) ```
15
What is the output of the following code?
```python print(13 + 14 * 5) ```
83
¿Cuál es la salida del siguiente código?
```python print(20 + 2 * 2) ```
24
What is the output of the following code?
```python print(4 + 3 * 2) ```
10
What is the output of the following code?
```python print(4 + 9 * 4) ```
40
¿Cuál es la salida del siguiente código?
```python print(14 + 9 * 3) ```
41
What is the output of the following code?
```python print(5 + 16 * 3) ```
53
¿Cuál es la salida del siguiente código?
```python print(15 + 14 * 3) ```
57
What is the output of the following code?
```python print(10 + 20 * 1) ```
30
¿Cuál es la salida del siguiente código?
```python print(15 + 17 * 5) ```
100
What is the output of the following code?
```python print(18 + 13 * 1) ```
31
¿Cuál es la salida del siguiente código?
```python print(pow(12, 5)) ```
248832
What is the output of the following code?
```python print(8 + 18 * 4) ```
80
What is the output of the following code?
```python print(17 + 6 * 4) ```
41
What is the output of the following code?
```python print(1 + 19 * 2) ```
39
¿Cuál es la salida del siguiente código?
```python print(15 + 12 * 2) ```
39
¿Cuál es la salida del siguiente código?
```python print(pow(13, 1)) ```
13
¿Cuál es la salida del siguiente código?
```python print(1 + 19 * 1) ```
20
What is the output of the following code?
```python print(12 + 16 * 5) ```
92
What is the output of the following code?
```python print(4 + 7 * 5) ```
39
What is the output of the following code?
```python print(14 + 17 * 4) ```
82
What is the output of the following code?
```python print(12 + 3 * 4) ```
24
¿Cuál es la salida del siguiente código?
```python print(7 + 12 * 3) ```
43
What is the output of the following code?
```python print(16 + 4 * 3) ```
28
¿Cuál es la salida del siguiente código?
```python print(12 + 18 * 1) ```
30
¿Cuál es la salida del siguiente código?
```python print(4 + 2 * 3) ```
10
What is the output of the following code?
```python print(pow(9, 2)) ```
81
What is the output of the following code?
```python print(3 + 12 * 5) ```
63
What is the output of the following code?
```python print(2 + 7 * 1) ```
9
What is the output of the following code?
```python print(14 + 6 * 3) ```
32
¿Cuál es la salida del siguiente código?
```python print(12 + 14 * 2) ```
40
¿Cuál es la salida del siguiente código?
```python print(2 + 13 * 4) ```
54
¿Cuál es la salida del siguiente código?
```python print(19 + 9 * 2) ```
37
¿Cuál es la salida del siguiente código?
```python print(9 + 16 * 2) ```
41
¿Cuál es la salida del siguiente código?
```python print(9 + 3 * 2) ```
15
¿Cuál es la salida del siguiente código?
```python print(16 + 4 * 1) ```
20
¿Cuál es la salida del siguiente código?
```python print(5 + 14 * 2) ```
33
What is the output of the following code?
```python print(pow(11, 5)) ```
161051
What is the output of the following code?
```python print(17 + 18 * 2) ```
53
What is the output of the following code?
```python print(11 + 19 * 2) ```
49
What is the output of the following code?
```python print(14 + 14 * 4) ```
70
¿Cuál es la salida del siguiente código?
```python print(20 + 4 * 5) ```
40
¿Cuál es la salida del siguiente código?
```python print(10 + 13 * 4) ```
62
¿Cuál es la salida del siguiente código?
```python print(6 + 5 * 2) ```
16
What is the output of the following code?
```python print(1 + 19 * 3) ```
58
What is the output of the following code?
```python print(13 + 16 * 5) ```
93
¿Cuál es la salida del siguiente código?
```python print(6 + 8 * 1) ```
14
What is the output of the following code?
```python print(pow(4, 1)) ```
4
What is the output of the following code?
```python print(13 + 5 * 5) ```
38
What is the output of the following code?
```python print(15 + 10 * 2) ```
35
¿Cuál es la salida del siguiente código?
```python print(4 + 7 * 1) ```
11
What is the output of the following code?
```python print(4 + 4 * 4) ```
20
What is the output of the following code?
```python print(3 + 6 * 3) ```
21
What is the output of the following code?
```python print(2 + 8 * 4) ```
34
¿Cuál es la salida del siguiente código?
```python print(4 + 2 * 4) ```
12
¿Cuál es la salida del siguiente código?
```python print(1 + 2 * 1) ```
3
What is the output of the following code?
```python print(16 + 4 * 1) ```
20
What is the output of the following code?
```python print(6 + 13 * 4) ```
58
¿Cuál es la salida del siguiente código?
```python print(9 + 9 * 1) ```
18
What is the output of the following code?
```python print(9 + 16 * 2) ```
41
¿Cuál es la salida del siguiente código?
```python print(2 + 9 * 3) ```
29
What is the output of the following code?
```python print(4 + 17 * 1) ```
21
¿Cuál es la salida del siguiente código?
```python print(10 + 5 * 5) ```
35
What is the output of the following code?
```python print(18 + 16 * 1) ```
34
What is the output of the following code?
```python print(19 + 20 * 5) ```
119
What is the output of the following code?
```python print(5 + 6 * 5) ```
35
¿Cuál es la salida del siguiente código?
```python print(pow(19, 3)) ```
6859
What is the output of the following code?
```python print(11 + 6 * 2) ```
23
¿Cuál es la salida del siguiente código?
```python print(1 + 20 * 1) ```
21
¿Cuál es la salida del siguiente código?
```python print(9 + 4 * 3) ```
21
What is the output of the following code?
```python print(9 + 15 * 5) ```
84
What is the output of the following code?
```python print(7 + 18 * 1) ```
25
¿Cuál es la salida del siguiente código?
```python print(16 + 18 * 5) ```
106
¿Cuál es la salida del siguiente código?
```python print(19 + 6 * 5) ```
49
¿Cuál es la salida del siguiente código?
```python print(12 + 11 * 4) ```
56
¿Cuál es la salida del siguiente código?
```python print(10 + 9 * 4) ```
46
What is the output of the following code?
```python print(13 + 10 * 4) ```
53
What is the output of the following code?
```python print(13 + 12 * 5) ```
73
¿Cuál es la salida del siguiente código?
```python print(10 + 11 * 2) ```
32
¿Cuál es la salida del siguiente código?
```python print(7 + 16 * 5) ```
87
What is the output of the following code?
```python print(20 + 16 * 5) ```
100
¿Cuál es la salida del siguiente código?
```python print(11 + 15 * 4) ```
71
¿Cuál es la salida del siguiente código?
```python print(6 + 17 * 1) ```
23
¿Cuál es la salida del siguiente código?
```python print(2 + 14 * 4) ```
58
What is the output of the following code?
```python print(6 + 5 * 4) ```
26
What is the output of the following code?
```python print(20 + 16 * 2) ```
52
¿Cuál es la salida del siguiente código?
```python print(7 + 3 * 5) ```
22
What is the output of the following code?
```python print(1 + 11 * 1) ```
12
What is the output of the following code?
```python print(15 + 12 * 4) ```
63
¿Cuál es la salida del siguiente código?
```python print(7 + 15 * 3) ```
52