instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
¿Cuál es la salida del siguiente código?
```python print(91 - 99) ```
-8
What is the output of the following code?
```python print(37 - 52) ```
-15
What is the output of the following code?
```python print(53 - 65) ```
-12
What is the output of the following code?
```python print(73 + 52) ```
125
¿Cuál es la salida del siguiente código?
```python print(60 + 86) ```
146
¿Cuál es la salida del siguiente código?
```python print(94 - 14) ```
80
What is the output of the following code?
```python print(43 - 9) ```
34
What is the output of the following code?
```python print(95 + 61) ```
156
What is the output of the following code?
```python print(28 * 41) ```
1148
What is the output of the following code?
```python print(47 - 56) ```
-9
¿Cuál es la salida del siguiente código?
```python print(3 * 98) ```
294
What is the output of the following code?
```python print(82 + 23) ```
105
¿Cuál es la salida del siguiente código?
```python print(52 - 11) ```
41
What is the output of the following code?
```python print(97 + 39) ```
136
¿Cuál es la salida del siguiente código?
```python print(54 - 62) ```
-8
What is the output of the following code?
```python print(89 - 74) ```
15
¿Cuál es la salida del siguiente código?
```python print(94 * 96) ```
9024
What is the output of the following code?
```python print(59 - 19) ```
40
What is the output of the following code?
```python print(87 - 53) ```
34
What is the output of the following code?
```python print(25 * 87) ```
2175
¿Cuál es la salida del siguiente código?
```python print(47 - 3) ```
44
¿Cuál es la salida del siguiente código?
```python print(3 - 79) ```
-76
¿Cuál es la salida del siguiente código?
```python print(59 - 71) ```
-12
¿Cuál es la salida del siguiente código?
```python print(61 - 16) ```
45
What is the output of the following code?
```python print(54 + 87) ```
141
What is the output of the following code?
```python print(4 - 20) ```
-16
What is the output of the following code?
```python print(74 + 56) ```
130
What is the output of the following code?
```python print(83 + 51) ```
134
What is the output of the following code?
```python print(82 * 50) ```
4100
¿Cuál es la salida del siguiente código?
```python print(4 + 56) ```
60
¿Cuál es la salida del siguiente código?
```python print(91 + 70) ```
161
What is the output of the following code?
```python print(94 - 17) ```
77
What is the output of the following code?
```python print(84 - 29) ```
55
¿Cuál es la salida del siguiente código?
```python print(19 + 81) ```
100
¿Cuál es la salida del siguiente código?
```python print(77 + 16) ```
93
¿Cuál es la salida del siguiente código?
```python print(24 + 12) ```
36
¿Cuál es la salida del siguiente código?
```python print(63 - 3) ```
60
¿Cuál es la salida del siguiente código?
```python print(2 * 23) ```
46
¿Cuál es la salida del siguiente código?
```python print(44 - 45) ```
-1
¿Cuál es la salida del siguiente código?
```python print(95 + 33) ```
128
¿Cuál es la salida del siguiente código?
```python print(47 + 15) ```
62
¿Cuál es la salida del siguiente código?
```python print(29 * 11) ```
319
¿Cuál es la salida del siguiente código?
```python print(62 + 26) ```
88
¿Cuál es la salida del siguiente código?
```python print(26 * 88) ```
2288
What is the output of the following code?
```python print(46 * 48) ```
2208
What is the output of the following code?
```python print(15 - 24) ```
-9
What is the output of the following code?
```python print(28 - 85) ```
-57
What is the output of the following code?
```python print(41 + 16) ```
57
¿Cuál es la salida del siguiente código?
```python print(64 + 64) ```
128
What is the output of the following code?
```python print(42 - 76) ```
-34
What is the output of the following code?
```python print(52 * 5) ```
260
¿Cuál es la salida del siguiente código?
```python print(3 - 9) ```
-6
What is the output of the following code?
```python print(45 + 52) ```
97
What is the output of the following code?
```python print(59 * 64) ```
3776
¿Cuál es la salida del siguiente código?
```python print(7 + 2) ```
9
What is the output of the following code?
```python print(12 * 25) ```
300
¿Cuál es la salida del siguiente código?
```python print(6 + 15) ```
21
What is the output of the following code?
```python print(43 * 89) ```
3827
What is the output of the following code?
```python print(22 * 18) ```
396
What is the output of the following code?
```python print(41 * 19) ```
779
What is the output of the following code?
```python print(94 + 62) ```
156
¿Cuál es la salida del siguiente código?
```python print(38 + 92) ```
130
What is the output of the following code?
```python print(2 + 86) ```
88
¿Cuál es la salida del siguiente código?
```python print(55 * 22) ```
1210
¿Cuál es la salida del siguiente código?
```python print(14 + 96) ```
110
¿Cuál es la salida del siguiente código?
```python print(59 - 24) ```
35
What is the output of the following code?
```python print(71 - 11) ```
60
What is the output of the following code?
```python print(35 + 48) ```
83
¿Cuál es la salida del siguiente código?
```python print(52 * 23) ```
1196
What is the output of the following code?
```python print(7 + 83) ```
90
¿Cuál es la salida del siguiente código?
```python print(7 * 5) ```
35
What is the output of the following code?
```python print(69 - 13) ```
56
What is the output of the following code?
```python print(13 * 29) ```
377
¿Cuál es la salida del siguiente código?
```python print(37 * 91) ```
3367
¿Cuál es la salida del siguiente código?
```python print(90 - 80) ```
10
¿Cuál es la salida del siguiente código?
```python print(88 + 9) ```
97
¿Cuál es la salida del siguiente código?
```python print(59 + 19) ```
78
¿Cuál es la salida del siguiente código?
```python print(98 * 2) ```
196
What is the output of the following code?
```python print(3 * 73) ```
219
¿Cuál es la salida del siguiente código?
```python print(95 - 43) ```
52
What is the output of the following code?
```python print(88 * 67) ```
5896
¿Cuál es la salida del siguiente código?
```python print(53 * 29) ```
1537
¿Cuál es la salida del siguiente código?
```python print(4 * 32) ```
128
What is the output of the following code?
```python print(96 + 12) ```
108
¿Cuál es la salida del siguiente código?
```python print(87 - 45) ```
42
What is the output of the following code?
```python print(75 * 67) ```
5025
What is the output of the following code?
```python print(2 * 64) ```
128
What is the output of the following code?
```python print(6 - 28) ```
-22
¿Cuál es la salida del siguiente código?
```python print(40 - 1) ```
39
¿Cuál es la salida del siguiente código?
```python print(45 * 37) ```
1665
What is the output of the following code?
```python print(94 - 26) ```
68
¿Cuál es la salida del siguiente código?
```python print(5 - 61) ```
-56
What is the output of the following code?
```python print(56 - 87) ```
-31
What is the output of the following code?
```python print(71 - 26) ```
45
What is the output of the following code?
```python print(73 - 81) ```
-8
¿Cuál es la salida del siguiente código?
```python print(56 + 13) ```
69
What is the output of the following code?
```python print(60 - 54) ```
6
What is the output of the following code?
```python print(72 - 4) ```
68
What is the output of the following code?
```python print(70 - 73) ```
-3
What is the output of the following code?
```python print(86 - 1) ```
85