instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(58 * 90) ```
5220
¿Cuál es la salida del siguiente código?
```python print(38 * 76) ```
2888
What is the output of the following code?
```python print(7 - 90) ```
-83
¿Cuál es la salida del siguiente código?
```python print(81 - 84) ```
-3
What is the output of the following code?
```python print(38 + 67) ```
105
¿Cuál es la salida del siguiente código?
```python print(51 - 64) ```
-13
What is the output of the following code?
```python print(92 * 49) ```
4508
What is the output of the following code?
```python print(32 * 75) ```
2400
What is the output of the following code?
```python print(3 - 9) ```
-6
What is the output of the following code?
```python print(94 + 30) ```
124
What is the output of the following code?
```python print(40 - 78) ```
-38
What is the output of the following code?
```python print(12 - 4) ```
8
What is the output of the following code?
```python print(42 * 71) ```
2982
What is the output of the following code?
```python print(89 * 27) ```
2403
¿Cuál es la salida del siguiente código?
```python print(94 * 94) ```
8836
What is the output of the following code?
```python print(82 + 8) ```
90
¿Cuál es la salida del siguiente código?
```python print(50 + 27) ```
77
What is the output of the following code?
```python print(40 - 71) ```
-31
What is the output of the following code?
```python print(28 * 98) ```
2744
¿Cuál es la salida del siguiente código?
```python print(50 * 85) ```
4250
What is the output of the following code?
```python print(64 * 73) ```
4672
What is the output of the following code?
```python print(98 + 31) ```
129
¿Cuál es la salida del siguiente código?
```python print(55 * 19) ```
1045
What is the output of the following code?
```python print(84 - 91) ```
-7
¿Cuál es la salida del siguiente código?
```python print(90 - 72) ```
18
¿Cuál es la salida del siguiente código?
```python print(7 * 34) ```
238
What is the output of the following code?
```python print(19 - 73) ```
-54
What is the output of the following code?
```python print(87 - 31) ```
56
What is the output of the following code?
```python print(10 + 87) ```
97
What is the output of the following code?
```python print(76 + 70) ```
146
¿Cuál es la salida del siguiente código?
```python print(67 * 96) ```
6432
¿Cuál es la salida del siguiente código?
```python print(15 - 71) ```
-56
What is the output of the following code?
```python print(88 - 15) ```
73
What is the output of the following code?
```python print(18 - 71) ```
-53
What is the output of the following code?
```python print(22 * 83) ```
1826
¿Cuál es la salida del siguiente código?
```python print(19 - 78) ```
-59
¿Cuál es la salida del siguiente código?
```python print(42 - 19) ```
23
What is the output of the following code?
```python print(25 - 62) ```
-37
¿Cuál es la salida del siguiente código?
```python print(85 + 25) ```
110
What is the output of the following code?
```python print(84 * 97) ```
8148
¿Cuál es la salida del siguiente código?
```python print(20 * 33) ```
660
What is the output of the following code?
```python print(55 - 18) ```
37
What is the output of the following code?
```python print(7 + 3) ```
10
What is the output of the following code?
```python print(55 - 15) ```
40
¿Cuál es la salida del siguiente código?
```python print(7 - 28) ```
-21
What is the output of the following code?
```python print(1 - 58) ```
-57
¿Cuál es la salida del siguiente código?
```python print(62 * 80) ```
4960
¿Cuál es la salida del siguiente código?
```python print(10 * 67) ```
670
What is the output of the following code?
```python print(100 + 54) ```
154
¿Cuál es la salida del siguiente código?
```python print(67 - 31) ```
36
What is the output of the following code?
```python print(42 * 80) ```
3360
¿Cuál es la salida del siguiente código?
```python print(23 * 68) ```
1564
What is the output of the following code?
```python print(55 + 48) ```
103
What is the output of the following code?
```python print(55 + 24) ```
79
What is the output of the following code?
```python print(80 + 97) ```
177
What is the output of the following code?
```python print(83 * 61) ```
5063
¿Cuál es la salida del siguiente código?
```python print(40 * 33) ```
1320
What is the output of the following code?
```python print(99 * 74) ```
7326
¿Cuál es la salida del siguiente código?
```python print(60 + 71) ```
131
What is the output of the following code?
```python print(36 - 84) ```
-48
¿Cuál es la salida del siguiente código?
```python print(37 + 81) ```
118
¿Cuál es la salida del siguiente código?
```python print(75 + 79) ```
154
¿Cuál es la salida del siguiente código?
```python print(47 - 10) ```
37
¿Cuál es la salida del siguiente código?
```python print(99 + 8) ```
107
What is the output of the following code?
```python print(45 + 100) ```
145
¿Cuál es la salida del siguiente código?
```python print(92 + 57) ```
149
¿Cuál es la salida del siguiente código?
```python print(88 - 71) ```
17
What is the output of the following code?
```python print(27 + 2) ```
29
What is the output of the following code?
```python print(54 - 22) ```
32
¿Cuál es la salida del siguiente código?
```python print(69 + 2) ```
71
What is the output of the following code?
```python print(15 - 45) ```
-30
What is the output of the following code?
```python print(6 * 1) ```
6
¿Cuál es la salida del siguiente código?
```python print(24 * 46) ```
1104
What is the output of the following code?
```python print(49 * 86) ```
4214
¿Cuál es la salida del siguiente código?
```python print(70 * 69) ```
4830
¿Cuál es la salida del siguiente código?
```python print(89 + 10) ```
99
What is the output of the following code?
```python print(71 + 82) ```
153
¿Cuál es la salida del siguiente código?
```python print(69 + 22) ```
91
¿Cuál es la salida del siguiente código?
```python print(51 + 100) ```
151
¿Cuál es la salida del siguiente código?
```python print(97 - 18) ```
79
¿Cuál es la salida del siguiente código?
```python print(32 * 21) ```
672
¿Cuál es la salida del siguiente código?
```python print(43 * 5) ```
215
¿Cuál es la salida del siguiente código?
```python print(64 * 82) ```
5248
What is the output of the following code?
```python print(72 + 90) ```
162
What is the output of the following code?
```python print(54 - 39) ```
15
¿Cuál es la salida del siguiente código?
```python print(8 * 81) ```
648
¿Cuál es la salida del siguiente código?
```python print(84 - 86) ```
-2
¿Cuál es la salida del siguiente código?
```python print(20 * 32) ```
640
¿Cuál es la salida del siguiente código?
```python print(46 - 70) ```
-24
¿Cuál es la salida del siguiente código?
```python print(72 - 24) ```
48
¿Cuál es la salida del siguiente código?
```python print(51 + 39) ```
90
What is the output of the following code?
```python print(58 + 71) ```
129
What is the output of the following code?
```python print(98 + 69) ```
167
¿Cuál es la salida del siguiente código?
```python print(88 + 22) ```
110
¿Cuál es la salida del siguiente código?
```python print(13 - 29) ```
-16
¿Cuál es la salida del siguiente código?
```python print(31 * 38) ```
1178
What is the output of the following code?
```python print(30 + 22) ```
52
What is the output of the following code?
```python print(64 + 92) ```
156
What is the output of the following code?
```python print(92 * 33) ```
3036
¿Cuál es la salida del siguiente código?
```python print(27 - 41) ```
-14