instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
¿Cuál es la salida del siguiente código?
```python print(78 + 3) ```
81
What is the output of the following code?
```python print(23 - 50) ```
-27
What is the output of the following code?
```python print(49 * 20) ```
980
What is the output of the following code?
```python print(60 + 55) ```
115
¿Cuál es la salida del siguiente código?
```python print(94 - 44) ```
50
¿Cuál es la salida del siguiente código?
```python print(77 - 88) ```
-11
What is the output of the following code?
```python print(95 * 82) ```
7790
What is the output of the following code?
```python print(18 - 44) ```
-26
What is the output of the following code?
```python print(67 + 16) ```
83
¿Cuál es la salida del siguiente código?
```python print(67 - 90) ```
-23
¿Cuál es la salida del siguiente código?
```python print(55 - 41) ```
14
What is the output of the following code?
```python print(78 + 80) ```
158
What is the output of the following code?
```python print(14 * 48) ```
672
What is the output of the following code?
```python print(50 * 62) ```
3100
¿Cuál es la salida del siguiente código?
```python print(100 + 97) ```
197
¿Cuál es la salida del siguiente código?
```python print(30 - 58) ```
-28
What is the output of the following code?
```python print(23 + 39) ```
62
¿Cuál es la salida del siguiente código?
```python print(10 + 88) ```
98
¿Cuál es la salida del siguiente código?
```python print(40 - 12) ```
28
¿Cuál es la salida del siguiente código?
```python print(39 * 43) ```
1677
¿Cuál es la salida del siguiente código?
```python print(81 + 77) ```
158
What is the output of the following code?
```python print(31 - 33) ```
-2
What is the output of the following code?
```python print(58 - 79) ```
-21
What is the output of the following code?
```python print(34 * 39) ```
1326
What is the output of the following code?
```python print(27 * 97) ```
2619
¿Cuál es la salida del siguiente código?
```python print(42 - 43) ```
-1
What is the output of the following code?
```python print(28 + 50) ```
78
¿Cuál es la salida del siguiente código?
```python print(29 + 77) ```
106
¿Cuál es la salida del siguiente código?
```python print(82 * 79) ```
6478
What is the output of the following code?
```python print(78 + 7) ```
85
¿Cuál es la salida del siguiente código?
```python print(45 + 62) ```
107
¿Cuál es la salida del siguiente código?
```python print(3 - 39) ```
-36
¿Cuál es la salida del siguiente código?
```python print(13 + 70) ```
83
What is the output of the following code?
```python print(16 * 74) ```
1184
¿Cuál es la salida del siguiente código?
```python print(93 + 54) ```
147
¿Cuál es la salida del siguiente código?
```python print(63 + 97) ```
160
What is the output of the following code?
```python print(67 + 49) ```
116
What is the output of the following code?
```python print(22 + 48) ```
70
What is the output of the following code?
```python print(90 * 17) ```
1530
What is the output of the following code?
```python print(46 + 87) ```
133
What is the output of the following code?
```python print(77 + 23) ```
100
What is the output of the following code?
```python print(36 + 1) ```
37
¿Cuál es la salida del siguiente código?
```python print(55 - 37) ```
18
¿Cuál es la salida del siguiente código?
```python print(27 - 97) ```
-70
What is the output of the following code?
```python print(64 + 39) ```
103
What is the output of the following code?
```python print(4 * 12) ```
48
What is the output of the following code?
```python print(34 + 82) ```
116
¿Cuál es la salida del siguiente código?
```python print(5 * 100) ```
500
¿Cuál es la salida del siguiente código?
```python print(60 + 18) ```
78
¿Cuál es la salida del siguiente código?
```python print(48 * 83) ```
3984
¿Cuál es la salida del siguiente código?
```python print(11 * 40) ```
440
What is the output of the following code?
```python print(91 * 46) ```
4186
What is the output of the following code?
```python print(41 - 44) ```
-3
¿Cuál es la salida del siguiente código?
```python print(48 - 42) ```
6
¿Cuál es la salida del siguiente código?
```python print(70 - 75) ```
-5
What is the output of the following code?
```python print(86 * 66) ```
5676
¿Cuál es la salida del siguiente código?
```python print(14 + 53) ```
67
¿Cuál es la salida del siguiente código?
```python print(76 + 4) ```
80
¿Cuál es la salida del siguiente código?
```python print(8 * 62) ```
496
What is the output of the following code?
```python print(36 - 67) ```
-31
¿Cuál es la salida del siguiente código?
```python print(19 - 7) ```
12
¿Cuál es la salida del siguiente código?
```python print(47 + 4) ```
51
¿Cuál es la salida del siguiente código?
```python print(7 * 26) ```
182
¿Cuál es la salida del siguiente código?
```python print(86 * 30) ```
2580
¿Cuál es la salida del siguiente código?
```python print(41 + 6) ```
47
What is the output of the following code?
```python print(36 - 34) ```
2
¿Cuál es la salida del siguiente código?
```python print(47 + 73) ```
120
What is the output of the following code?
```python print(29 + 7) ```
36
¿Cuál es la salida del siguiente código?
```python print(62 + 39) ```
101
¿Cuál es la salida del siguiente código?
```python print(6 - 14) ```
-8
¿Cuál es la salida del siguiente código?
```python print(74 * 58) ```
4292
What is the output of the following code?
```python print(28 + 84) ```
112
What is the output of the following code?
```python print(94 - 29) ```
65
What is the output of the following code?
```python print(75 - 16) ```
59
¿Cuál es la salida del siguiente código?
```python print(92 * 2) ```
184
What is the output of the following code?
```python print(18 - 10) ```
8
What is the output of the following code?
```python print(46 * 30) ```
1380
What is the output of the following code?
```python print(68 - 53) ```
15
¿Cuál es la salida del siguiente código?
```python print(84 + 48) ```
132
What is the output of the following code?
```python print(42 - 47) ```
-5
¿Cuál es la salida del siguiente código?
```python print(23 - 76) ```
-53
¿Cuál es la salida del siguiente código?
```python print(88 - 10) ```
78
¿Cuál es la salida del siguiente código?
```python print(27 + 43) ```
70
What is the output of the following code?
```python print(64 - 20) ```
44
What is the output of the following code?
```python print(58 * 10) ```
580
What is the output of the following code?
```python print(6 + 25) ```
31
What is the output of the following code?
```python print(57 + 30) ```
87
What is the output of the following code?
```python print(45 - 80) ```
-35
¿Cuál es la salida del siguiente código?
```python print(77 + 19) ```
96
¿Cuál es la salida del siguiente código?
```python print(78 * 53) ```
4134
What is the output of the following code?
```python print(7 + 9) ```
16
What is the output of the following code?
```python print(26 + 24) ```
50
¿Cuál es la salida del siguiente código?
```python print(41 + 29) ```
70
¿Cuál es la salida del siguiente código?
```python print(64 * 87) ```
5568
¿Cuál es la salida del siguiente código?
```python print(24 * 19) ```
456
¿Cuál es la salida del siguiente código?
```python print(58 * 55) ```
3190
¿Cuál es la salida del siguiente código?
```python print(38 * 9) ```
342
¿Cuál es la salida del siguiente código?
```python print(19 - 23) ```
-4
What is the output of the following code?
```python print(93 * 65) ```
6045
What is the output of the following code?
```python print(19 - 20) ```
-1