instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(pow(5, 4)) ```
625
¿Cuál es la salida del siguiente código?
```python print(pow(11, 4)) ```
14641
¿Cuál es la salida del siguiente código?
```python print(1 + 9 * 4) ```
37
What is the output of the following code?
```python print(11 + 10 * 5) ```
61
What is the output of the following code?
```python print(pow(8, 1)) ```
8
¿Cuál es la salida del siguiente código?
```python print(8 + 5 * 4) ```
28
What is the output of the following code?
```python print(14 + 18 * 4) ```
86
What is the output of the following code?
```python print(pow(4, 5)) ```
1024
What is the output of the following code?
```python print(pow(2, 2)) ```
4
¿Cuál es la salida del siguiente código?
```python print(18 + 15 * 3) ```
63
¿Cuál es la salida del siguiente código?
```python print(7 + 19 * 1) ```
26
What is the output of the following code?
```python print(pow(6, 4)) ```
1296
¿Cuál es la salida del siguiente código?
```python print(pow(12, 2)) ```
144
What is the output of the following code?
```python print(pow(7, 1)) ```
7
¿Cuál es la salida del siguiente código?
```python print(20 + 2 * 4) ```
28
¿Cuál es la salida del siguiente código?
```python print(13 + 15 * 2) ```
43
¿Cuál es la salida del siguiente código?
```python print(pow(17, 4)) ```
83521
¿Cuál es la salida del siguiente código?
```python print(14 + 18 * 4) ```
86
¿Cuál es la salida del siguiente código?
```python print(18 + 16 * 2) ```
50
¿Cuál es la salida del siguiente código?
```python print(pow(15, 5)) ```
759375
What is the output of the following code?
```python print(10 + 1 * 2) ```
12
What is the output of the following code?
```python print(pow(10, 3)) ```
1000
What is the output of the following code?
```python print(pow(11, 3)) ```
1331
¿Cuál es la salida del siguiente código?
```python print(11 + 8 * 4) ```
43
What is the output of the following code?
```python print(pow(9, 4)) ```
6561
What is the output of the following code?
```python print(pow(6, 5)) ```
7776
¿Cuál es la salida del siguiente código?
```python print(17 + 2 * 1) ```
19
What is the output of the following code?
```python print(pow(1, 5)) ```
1
¿Cuál es la salida del siguiente código?
```python print(17 + 5 * 2) ```
27
What is the output of the following code?
```python print(pow(3, 4)) ```
81
What is the output of the following code?
```python print(13 + 18 * 4) ```
85
What is the output of the following code?
```python print(11 + 19 * 1) ```
30
What is the output of the following code?
```python print(pow(9, 1)) ```
9
¿Cuál es la salida del siguiente código?
```python print(3 + 17 * 3) ```
54
¿Cuál es la salida del siguiente código?
```python print(pow(3, 5)) ```
243
What is the output of the following code?
```python print(pow(14, 5)) ```
537824
What is the output of the following code?
```python print(15 + 12 * 3) ```
51
¿Cuál es la salida del siguiente código?
```python print(pow(12, 1)) ```
12
¿Cuál es la salida del siguiente código?
```python print(18 + 8 * 5) ```
58
What is the output of the following code?
```python print(16 + 5 * 1) ```
21
¿Cuál es la salida del siguiente código?
```python print(16 + 20 * 5) ```
116
What is the output of the following code?
```python print(11 + 10 * 4) ```
51
What is the output of the following code?
```python print(13 + 12 * 1) ```
25
What is the output of the following code?
```python print(3 + 14 * 4) ```
59
¿Cuál es la salida del siguiente código?
```python print(12 + 6 * 5) ```
42
What is the output of the following code?
```python print(8 + 17 * 5) ```
93
What is the output of the following code?
```python print(15 + 19 * 5) ```
110
¿Cuál es la salida del siguiente código?
```python print(1 + 11 * 1) ```
12
¿Cuál es la salida del siguiente código?
```python print(pow(15, 4)) ```
50625
¿Cuál es la salida del siguiente código?
```python print(7 + 9 * 1) ```
16
What is the output of the following code?
```python print(pow(4, 4)) ```
256
What is the output of the following code?
```python print(20 + 6 * 3) ```
38
¿Cuál es la salida del siguiente código?
```python print(pow(6, 2)) ```
36
¿Cuál es la salida del siguiente código?
```python print(19 + 13 * 4) ```
71
¿Cuál es la salida del siguiente código?
```python print(pow(18, 4)) ```
104976
What is the output of the following code?
```python print(pow(18, 4)) ```
104976
¿Cuál es la salida del siguiente código?
```python print(pow(19, 2)) ```
361
¿Cuál es la salida del siguiente código?
```python print(15 + 4 * 2) ```
23
¿Cuál es la salida del siguiente código?
```python print(pow(7, 1)) ```
7
What is the output of the following code?
```python print(8 + 13 * 4) ```
60
What is the output of the following code?
```python print(11 + 18 * 5) ```
101
What is the output of the following code?
```python print(pow(1, 2)) ```
1
What is the output of the following code?
```python print(7 + 5 * 3) ```
22
¿Cuál es la salida del siguiente código?
```python print(2 + 13 * 3) ```
41
¿Cuál es la salida del siguiente código?
```python print(pow(4, 2)) ```
16
¿Cuál es la salida del siguiente código?
```python print(17 + 15 * 1) ```
32
¿Cuál es la salida del siguiente código?
```python print(pow(4, 3)) ```
64
What is the output of the following code?
```python print(pow(11, 2)) ```
121
¿Cuál es la salida del siguiente código?
```python print(13 + 10 * 1) ```
23
¿Cuál es la salida del siguiente código?
```python print(8 + 16 * 5) ```
88
What is the output of the following code?
```python print(3 + 18 * 5) ```
93
What is the output of the following code?
```python print(8 + 2 * 2) ```
12
¿Cuál es la salida del siguiente código?
```python print(pow(1, 4)) ```
1
¿Cuál es la salida del siguiente código?
```python print(pow(9, 1)) ```
9
What is the output of the following code?
```python print(2 + 16 * 5) ```
82
What is the output of the following code?
```python print(4 + 19 * 1) ```
23
What is the output of the following code?
```python print(13 + 5 * 2) ```
23
¿Cuál es la salida del siguiente código?
```python print(6 + 8 * 5) ```
46
What is the output of the following code?
```python print(7 + 18 * 2) ```
43
What is the output of the following code?
```python print(10 + 4 * 2) ```
18
¿Cuál es la salida del siguiente código?
```python print(5 + 9 * 1) ```
14
¿Cuál es la salida del siguiente código?
```python print(19 + 4 * 5) ```
39
What is the output of the following code?
```python print(pow(13, 3)) ```
2197
¿Cuál es la salida del siguiente código?
```python print(7 + 5 * 5) ```
32
What is the output of the following code?
```python print(pow(7, 3)) ```
343
¿Cuál es la salida del siguiente código?
```python print(3 + 6 * 3) ```
21
¿Cuál es la salida del siguiente código?
```python print(10 + 9 * 2) ```
28
¿Cuál es la salida del siguiente código?
```python print(5 + 4 * 1) ```
9
What is the output of the following code?
```python print(6 + 12 * 2) ```
30
What is the output of the following code?
```python print(5 + 2 * 5) ```
15
What is the output of the following code?
```python print(5 + 14 * 2) ```
33
¿Cuál es la salida del siguiente código?
```python print(9 + 18 * 1) ```
27
¿Cuál es la salida del siguiente código?
```python print(3 + 2 * 2) ```
7
What is the output of the following code?
```python print(1 + 11 * 5) ```
56
¿Cuál es la salida del siguiente código?
```python print(4 + 17 * 3) ```
55
¿Cuál es la salida del siguiente código?
```python print(14 + 16 * 3) ```
62
What is the output of the following code?
```python print(pow(5, 1)) ```
5
¿Cuál es la salida del siguiente código?
```python print(pow(8, 3)) ```
512
What is the output of the following code?
```python print(4 + 16 * 5) ```
84
What is the output of the following code?
```python print(19 + 18 * 4) ```
91