instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(42 - 82) ```
-40
¿Cuál es la salida del siguiente código?
```python print(21 - 26) ```
-5
¿Cuál es la salida del siguiente código?
```python print(41 * 26) ```
1066
What is the output of the following code?
```python print(32 * 55) ```
1760
¿Cuál es la salida del siguiente código?
```python print(57 * 53) ```
3021
¿Cuál es la salida del siguiente código?
```python print(95 + 21) ```
116
¿Cuál es la salida del siguiente código?
```python print(96 + 4) ```
100
¿Cuál es la salida del siguiente código?
```python print(49 - 75) ```
-26
What is the output of the following code?
```python print(97 - 30) ```
67
¿Cuál es la salida del siguiente código?
```python print(99 * 54) ```
5346
¿Cuál es la salida del siguiente código?
```python print(60 + 67) ```
127
¿Cuál es la salida del siguiente código?
```python print(14 + 93) ```
107
What is the output of the following code?
```python print(20 + 81) ```
101
¿Cuál es la salida del siguiente código?
```python print(52 + 68) ```
120
What is the output of the following code?
```python print(99 - 65) ```
34
What is the output of the following code?
```python print(72 * 43) ```
3096
What is the output of the following code?
```python print(28 + 88) ```
116
What is the output of the following code?
```python print(84 - 19) ```
65
¿Cuál es la salida del siguiente código?
```python print(100 * 2) ```
200
¿Cuál es la salida del siguiente código?
```python print(11 * 97) ```
1067
¿Cuál es la salida del siguiente código?
```python print(46 - 87) ```
-41
What is the output of the following code?
```python print(49 - 89) ```
-40
¿Cuál es la salida del siguiente código?
```python print(68 - 2) ```
66
What is the output of the following code?
```python print(42 * 50) ```
2100
What is the output of the following code?
```python print(66 - 37) ```
29
What is the output of the following code?
```python print(31 - 84) ```
-53
¿Cuál es la salida del siguiente código?
```python print(1 + 92) ```
93
¿Cuál es la salida del siguiente código?
```python print(99 * 98) ```
9702
What is the output of the following code?
```python print(30 * 60) ```
1800
What is the output of the following code?
```python print(30 + 25) ```
55
¿Cuál es la salida del siguiente código?
```python print(92 * 4) ```
368
What is the output of the following code?
```python print(11 * 82) ```
902
What is the output of the following code?
```python print(54 - 68) ```
-14
What is the output of the following code?
```python print(32 * 66) ```
2112
¿Cuál es la salida del siguiente código?
```python print(78 * 95) ```
7410
¿Cuál es la salida del siguiente código?
```python print(45 * 77) ```
3465
What is the output of the following code?
```python print(84 - 48) ```
36
¿Cuál es la salida del siguiente código?
```python print(58 + 47) ```
105
What is the output of the following code?
```python print(50 - 98) ```
-48
¿Cuál es la salida del siguiente código?
```python print(8 - 93) ```
-85
What is the output of the following code?
```python print(82 + 34) ```
116
¿Cuál es la salida del siguiente código?
```python print(21 * 4) ```
84
¿Cuál es la salida del siguiente código?
```python print(55 + 70) ```
125
What is the output of the following code?
```python print(3 - 92) ```
-89
¿Cuál es la salida del siguiente código?
```python print(81 * 6) ```
486
What is the output of the following code?
```python print(87 * 66) ```
5742
What is the output of the following code?
```python print(27 * 95) ```
2565
¿Cuál es la salida del siguiente código?
```python print(80 - 32) ```
48
¿Cuál es la salida del siguiente código?
```python print(3 * 63) ```
189
¿Cuál es la salida del siguiente código?
```python print(98 - 97) ```
1
¿Cuál es la salida del siguiente código?
```python print(27 + 11) ```
38
What is the output of the following code?
```python print(82 - 4) ```
78
What is the output of the following code?
```python print(18 - 9) ```
9
What is the output of the following code?
```python print(45 * 24) ```
1080
What is the output of the following code?
```python print(79 * 84) ```
6636
What is the output of the following code?
```python print(49 + 66) ```
115
¿Cuál es la salida del siguiente código?
```python print(81 * 33) ```
2673
What is the output of the following code?
```python print(53 * 89) ```
4717
¿Cuál es la salida del siguiente código?
```python print(34 - 72) ```
-38
What is the output of the following code?
```python print(69 * 64) ```
4416
¿Cuál es la salida del siguiente código?
```python print(52 + 82) ```
134
¿Cuál es la salida del siguiente código?
```python print(60 + 11) ```
71
¿Cuál es la salida del siguiente código?
```python print(15 + 31) ```
46
What is the output of the following code?
```python print(85 - 98) ```
-13
What is the output of the following code?
```python print(57 * 27) ```
1539
¿Cuál es la salida del siguiente código?
```python print(27 - 74) ```
-47
What is the output of the following code?
```python print(59 * 3) ```
177
What is the output of the following code?
```python print(36 - 33) ```
3
¿Cuál es la salida del siguiente código?
```python print(70 - 63) ```
7
¿Cuál es la salida del siguiente código?
```python print(3 + 23) ```
26
¿Cuál es la salida del siguiente código?
```python print(95 * 31) ```
2945
What is the output of the following code?
```python print(28 + 12) ```
40
¿Cuál es la salida del siguiente código?
```python print(62 * 55) ```
3410
What is the output of the following code?
```python print(41 + 61) ```
102
What is the output of the following code?
```python print(39 + 33) ```
72
What is the output of the following code?
```python print(5 + 5) ```
10
What is the output of the following code?
```python print(53 * 96) ```
5088
¿Cuál es la salida del siguiente código?
```python print(93 * 83) ```
7719
¿Cuál es la salida del siguiente código?
```python print(73 + 57) ```
130
What is the output of the following code?
```python print(16 + 76) ```
92
¿Cuál es la salida del siguiente código?
```python print(93 - 19) ```
74
What is the output of the following code?
```python print(83 * 69) ```
5727
What is the output of the following code?
```python print(39 * 93) ```
3627
What is the output of the following code?
```python print(14 * 14) ```
196
¿Cuál es la salida del siguiente código?
```python print(19 * 6) ```
114
¿Cuál es la salida del siguiente código?
```python print(84 + 47) ```
131
What is the output of the following code?
```python print(65 - 97) ```
-32
¿Cuál es la salida del siguiente código?
```python print(39 - 78) ```
-39
What is the output of the following code?
```python print(58 - 26) ```
32
¿Cuál es la salida del siguiente código?
```python print(72 + 94) ```
166
What is the output of the following code?
```python print(64 + 19) ```
83
¿Cuál es la salida del siguiente código?
```python print(77 - 62) ```
15
¿Cuál es la salida del siguiente código?
```python print(28 + 31) ```
59
¿Cuál es la salida del siguiente código?
```python print(33 + 10) ```
43
¿Cuál es la salida del siguiente código?
```python print(98 - 90) ```
8
¿Cuál es la salida del siguiente código?
```python print(24 * 91) ```
2184
¿Cuál es la salida del siguiente código?
```python print(16 - 2) ```
14
¿Cuál es la salida del siguiente código?
```python print(2 - 6) ```
-4
What is the output of the following code?
```python print(40 + 51) ```
91
¿Cuál es la salida del siguiente código?
```python print(77 - 71) ```
6