instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(42 * 39) ```
1638
What is the output of the following code?
```python print(99 * 56) ```
5544
What is the output of the following code?
```python print(76 - 60) ```
16
¿Cuál es la salida del siguiente código?
```python print(43 - 83) ```
-40
What is the output of the following code?
```python print(46 - 47) ```
-1
¿Cuál es la salida del siguiente código?
```python print(83 * 94) ```
7802
What is the output of the following code?
```python print(51 - 69) ```
-18
¿Cuál es la salida del siguiente código?
```python print(19 - 69) ```
-50
What is the output of the following code?
```python print(3 * 100) ```
300
What is the output of the following code?
```python print(65 * 13) ```
845
What is the output of the following code?
```python print(60 + 4) ```
64
What is the output of the following code?
```python print(10 - 59) ```
-49
What is the output of the following code?
```python print(13 * 51) ```
663
¿Cuál es la salida del siguiente código?
```python print(47 + 75) ```
122
What is the output of the following code?
```python print(8 + 59) ```
67
¿Cuál es la salida del siguiente código?
```python print(45 + 14) ```
59
¿Cuál es la salida del siguiente código?
```python print(25 * 7) ```
175
What is the output of the following code?
```python print(82 * 40) ```
3280
¿Cuál es la salida del siguiente código?
```python print(4 + 66) ```
70
What is the output of the following code?
```python print(86 + 54) ```
140
¿Cuál es la salida del siguiente código?
```python print(65 * 98) ```
6370
¿Cuál es la salida del siguiente código?
```python print(81 + 85) ```
166
What is the output of the following code?
```python print(14 - 75) ```
-61
What is the output of the following code?
```python print(98 - 98) ```
0
What is the output of the following code?
```python print(48 + 90) ```
138
¿Cuál es la salida del siguiente código?
```python print(41 - 36) ```
5
¿Cuál es la salida del siguiente código?
```python print(13 * 99) ```
1287
What is the output of the following code?
```python print(49 + 58) ```
107
¿Cuál es la salida del siguiente código?
```python print(83 * 83) ```
6889
¿Cuál es la salida del siguiente código?
```python print(86 + 18) ```
104
¿Cuál es la salida del siguiente código?
```python print(35 + 8) ```
43
¿Cuál es la salida del siguiente código?
```python print(22 + 70) ```
92
What is the output of the following code?
```python print(1 - 66) ```
-65
What is the output of the following code?
```python print(95 - 78) ```
17
¿Cuál es la salida del siguiente código?
```python print(86 - 21) ```
65
What is the output of the following code?
```python print(79 - 11) ```
68
¿Cuál es la salida del siguiente código?
```python print(88 + 97) ```
185
¿Cuál es la salida del siguiente código?
```python print(33 + 73) ```
106
What is the output of the following code?
```python print(85 * 15) ```
1275
¿Cuál es la salida del siguiente código?
```python print(70 * 19) ```
1330
What is the output of the following code?
```python print(16 + 43) ```
59
¿Cuál es la salida del siguiente código?
```python print(55 * 74) ```
4070
What is the output of the following code?
```python print(33 * 49) ```
1617
What is the output of the following code?
```python print(21 + 95) ```
116
What is the output of the following code?
```python print(98 + 12) ```
110
¿Cuál es la salida del siguiente código?
```python print(74 - 43) ```
31
¿Cuál es la salida del siguiente código?
```python print(98 - 78) ```
20
¿Cuál es la salida del siguiente código?
```python print(45 * 53) ```
2385
What is the output of the following code?
```python print(33 - 90) ```
-57
¿Cuál es la salida del siguiente código?
```python print(51 * 33) ```
1683
What is the output of the following code?
```python print(58 * 50) ```
2900
What is the output of the following code?
```python print(72 - 59) ```
13
¿Cuál es la salida del siguiente código?
```python print(36 - 29) ```
7
¿Cuál es la salida del siguiente código?
```python print(29 - 23) ```
6
What is the output of the following code?
```python print(97 - 64) ```
33
What is the output of the following code?
```python print(1 * 39) ```
39
What is the output of the following code?
```python print(44 + 38) ```
82
What is the output of the following code?
```python print(77 * 100) ```
7700
¿Cuál es la salida del siguiente código?
```python print(62 - 74) ```
-12
What is the output of the following code?
```python print(58 - 47) ```
11
¿Cuál es la salida del siguiente código?
```python print(88 + 74) ```
162
What is the output of the following code?
```python print(56 * 49) ```
2744
What is the output of the following code?
```python print(67 - 17) ```
50
What is the output of the following code?
```python print(99 - 57) ```
42
What is the output of the following code?
```python print(84 * 27) ```
2268
What is the output of the following code?
```python print(29 - 64) ```
-35
What is the output of the following code?
```python print(11 - 8) ```
3
¿Cuál es la salida del siguiente código?
```python print(77 + 54) ```
131
What is the output of the following code?
```python print(30 * 25) ```
750
¿Cuál es la salida del siguiente código?
```python print(19 * 28) ```
532
¿Cuál es la salida del siguiente código?
```python print(49 - 3) ```
46
¿Cuál es la salida del siguiente código?
```python print(69 - 51) ```
18
¿Cuál es la salida del siguiente código?
```python print(49 - 34) ```
15
What is the output of the following code?
```python print(62 - 100) ```
-38
¿Cuál es la salida del siguiente código?
```python print(75 * 81) ```
6075
¿Cuál es la salida del siguiente código?
```python print(47 - 45) ```
2
What is the output of the following code?
```python print(57 - 53) ```
4
¿Cuál es la salida del siguiente código?
```python print(4 * 62) ```
248
What is the output of the following code?
```python print(24 + 6) ```
30
¿Cuál es la salida del siguiente código?
```python print(32 - 10) ```
22
What is the output of the following code?
```python print(67 + 64) ```
131
¿Cuál es la salida del siguiente código?
```python print(21 * 40) ```
840
What is the output of the following code?
```python print(15 + 55) ```
70
¿Cuál es la salida del siguiente código?
```python print(24 * 70) ```
1680
What is the output of the following code?
```python print(6 * 23) ```
138
What is the output of the following code?
```python print(88 + 11) ```
99
¿Cuál es la salida del siguiente código?
```python print(21 * 94) ```
1974
¿Cuál es la salida del siguiente código?
```python print(63 - 47) ```
16
¿Cuál es la salida del siguiente código?
```python print(68 * 64) ```
4352
What is the output of the following code?
```python print(88 * 88) ```
7744
What is the output of the following code?
```python print(22 + 7) ```
29
What is the output of the following code?
```python print(69 - 99) ```
-30
¿Cuál es la salida del siguiente código?
```python print(74 * 48) ```
3552
What is the output of the following code?
```python print(31 * 89) ```
2759
¿Cuál es la salida del siguiente código?
```python print(91 + 83) ```
174
What is the output of the following code?
```python print(12 - 34) ```
-22
¿Cuál es la salida del siguiente código?
```python print(52 + 63) ```
115
¿Cuál es la salida del siguiente código?
```python print(74 + 17) ```
91
¿Cuál es la salida del siguiente código?
```python print(91 * 20) ```
1820
¿Cuál es la salida del siguiente código?
```python print(81 - 48) ```
33