instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(1 + 35) ```
36
¿Cuál es la salida del siguiente código?
```python print(38 * 87) ```
3306
What is the output of the following code?
```python print(29 - 22) ```
7
¿Cuál es la salida del siguiente código?
```python print(8 * 61) ```
488
¿Cuál es la salida del siguiente código?
```python print(26 + 79) ```
105
What is the output of the following code?
```python print(16 + 22) ```
38
What is the output of the following code?
```python print(95 + 69) ```
164
¿Cuál es la salida del siguiente código?
```python print(37 + 55) ```
92
What is the output of the following code?
```python print(32 * 32) ```
1024
¿Cuál es la salida del siguiente código?
```python print(3 + 1) ```
4
¿Cuál es la salida del siguiente código?
```python print(96 + 72) ```
168
¿Cuál es la salida del siguiente código?
```python print(87 + 79) ```
166
¿Cuál es la salida del siguiente código?
```python print(82 - 17) ```
65
¿Cuál es la salida del siguiente código?
```python print(16 + 90) ```
106
What is the output of the following code?
```python print(72 * 87) ```
6264
What is the output of the following code?
```python print(95 - 65) ```
30
What is the output of the following code?
```python print(2 - 71) ```
-69
What is the output of the following code?
```python print(99 - 71) ```
28
¿Cuál es la salida del siguiente código?
```python print(21 + 10) ```
31
What is the output of the following code?
```python print(22 - 73) ```
-51
What is the output of the following code?
```python print(99 + 46) ```
145
What is the output of the following code?
```python print(28 * 20) ```
560
What is the output of the following code?
```python print(69 * 40) ```
2760
¿Cuál es la salida del siguiente código?
```python print(83 + 33) ```
116
¿Cuál es la salida del siguiente código?
```python print(66 * 29) ```
1914
¿Cuál es la salida del siguiente código?
```python print(65 + 47) ```
112
¿Cuál es la salida del siguiente código?
```python print(16 - 22) ```
-6
What is the output of the following code?
```python print(40 + 3) ```
43
What is the output of the following code?
```python print(73 - 92) ```
-19
What is the output of the following code?
```python print(78 + 5) ```
83
What is the output of the following code?
```python print(11 - 5) ```
6
¿Cuál es la salida del siguiente código?
```python print(97 * 48) ```
4656
What is the output of the following code?
```python print(72 + 40) ```
112
What is the output of the following code?
```python print(31 - 17) ```
14
¿Cuál es la salida del siguiente código?
```python print(13 - 57) ```
-44
¿Cuál es la salida del siguiente código?
```python print(1 + 52) ```
53
¿Cuál es la salida del siguiente código?
```python print(27 - 82) ```
-55
¿Cuál es la salida del siguiente código?
```python print(99 - 73) ```
26
What is the output of the following code?
```python print(24 - 13) ```
11
What is the output of the following code?
```python print(70 - 5) ```
65
¿Cuál es la salida del siguiente código?
```python print(64 + 70) ```
134
¿Cuál es la salida del siguiente código?
```python print(44 * 50) ```
2200
What is the output of the following code?
```python print(59 - 70) ```
-11
What is the output of the following code?
```python print(2 + 3) ```
5
What is the output of the following code?
```python print(94 * 98) ```
9212
¿Cuál es la salida del siguiente código?
```python print(17 * 54) ```
918
¿Cuál es la salida del siguiente código?
```python print(2 - 32) ```
-30
¿Cuál es la salida del siguiente código?
```python print(56 + 70) ```
126
What is the output of the following code?
```python print(75 + 13) ```
88
What is the output of the following code?
```python print(50 - 96) ```
-46
What is the output of the following code?
```python print(49 + 15) ```
64
What is the output of the following code?
```python print(40 * 73) ```
2920
What is the output of the following code?
```python print(53 + 65) ```
118
What is the output of the following code?
```python print(29 + 17) ```
46
¿Cuál es la salida del siguiente código?
```python print(33 + 18) ```
51
What is the output of the following code?
```python print(84 + 72) ```
156
What is the output of the following code?
```python print(91 * 5) ```
455
What is the output of the following code?
```python print(61 + 77) ```
138
What is the output of the following code?
```python print(54 * 24) ```
1296
What is the output of the following code?
```python print(45 * 26) ```
1170
What is the output of the following code?
```python print(33 + 31) ```
64
What is the output of the following code?
```python print(50 + 34) ```
84
¿Cuál es la salida del siguiente código?
```python print(65 * 30) ```
1950
¿Cuál es la salida del siguiente código?
```python print(80 - 42) ```
38
What is the output of the following code?
```python print(81 + 40) ```
121
¿Cuál es la salida del siguiente código?
```python print(20 * 58) ```
1160
¿Cuál es la salida del siguiente código?
```python print(19 - 66) ```
-47
¿Cuál es la salida del siguiente código?
```python print(11 + 26) ```
37
¿Cuál es la salida del siguiente código?
```python print(35 * 34) ```
1190
What is the output of the following code?
```python print(99 - 7) ```
92
¿Cuál es la salida del siguiente código?
```python print(71 + 44) ```
115
What is the output of the following code?
```python print(19 * 24) ```
456
¿Cuál es la salida del siguiente código?
```python print(83 - 91) ```
-8
¿Cuál es la salida del siguiente código?
```python print(23 + 27) ```
50
¿Cuál es la salida del siguiente código?
```python print(3 * 36) ```
108
¿Cuál es la salida del siguiente código?
```python print(96 + 32) ```
128
What is the output of the following code?
```python print(19 * 4) ```
76
What is the output of the following code?
```python print(76 - 74) ```
2
¿Cuál es la salida del siguiente código?
```python print(54 * 93) ```
5022
What is the output of the following code?
```python print(22 * 6) ```
132
¿Cuál es la salida del siguiente código?
```python print(96 + 75) ```
171
What is the output of the following code?
```python print(46 - 76) ```
-30
¿Cuál es la salida del siguiente código?
```python print(71 + 24) ```
95
¿Cuál es la salida del siguiente código?
```python print(8 + 21) ```
29
What is the output of the following code?
```python print(94 + 96) ```
190
¿Cuál es la salida del siguiente código?
```python print(83 - 66) ```
17
What is the output of the following code?
```python print(58 + 90) ```
148
¿Cuál es la salida del siguiente código?
```python print(64 - 48) ```
16
¿Cuál es la salida del siguiente código?
```python print(40 + 94) ```
134
¿Cuál es la salida del siguiente código?
```python print(87 - 65) ```
22
What is the output of the following code?
```python print(43 * 9) ```
387
¿Cuál es la salida del siguiente código?
```python print(46 - 24) ```
22
¿Cuál es la salida del siguiente código?
```python print(69 * 11) ```
759
¿Cuál es la salida del siguiente código?
```python print(49 - 48) ```
1
What is the output of the following code?
```python print(65 - 53) ```
12
¿Cuál es la salida del siguiente código?
```python print(63 * 23) ```
1449
What is the output of the following code?
```python print(91 + 74) ```
165
What is the output of the following code?
```python print(19 + 20) ```
39
What is the output of the following code?
```python print(56 - 34) ```
22
What is the output of the following code?
```python print(93 + 70) ```
163