instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(32 + 25) ```
57
What is the output of the following code?
```python print(32 * 24) ```
768
¿Cuál es la salida del siguiente código?
```python print(6 - 69) ```
-63
¿Cuál es la salida del siguiente código?
```python print(33 - 66) ```
-33
¿Cuál es la salida del siguiente código?
```python print(75 - 70) ```
5
What is the output of the following code?
```python print(93 - 96) ```
-3
¿Cuál es la salida del siguiente código?
```python print(88 * 88) ```
7744
What is the output of the following code?
```python print(96 + 64) ```
160
What is the output of the following code?
```python print(5 * 34) ```
170
¿Cuál es la salida del siguiente código?
```python print(19 + 96) ```
115
¿Cuál es la salida del siguiente código?
```python print(32 * 15) ```
480
What is the output of the following code?
```python print(48 + 3) ```
51
What is the output of the following code?
```python print(16 + 78) ```
94
What is the output of the following code?
```python print(2 + 7) ```
9
What is the output of the following code?
```python print(4 + 72) ```
76
What is the output of the following code?
```python print(13 + 22) ```
35
What is the output of the following code?
```python print(87 - 23) ```
64
What is the output of the following code?
```python print(40 * 40) ```
1600
What is the output of the following code?
```python print(99 - 47) ```
52
¿Cuál es la salida del siguiente código?
```python print(94 + 48) ```
142
What is the output of the following code?
```python print(95 * 33) ```
3135
What is the output of the following code?
```python print(83 - 34) ```
49
What is the output of the following code?
```python print(30 * 100) ```
3000
What is the output of the following code?
```python print(100 * 5) ```
500
What is the output of the following code?
```python print(13 - 70) ```
-57
¿Cuál es la salida del siguiente código?
```python print(82 + 38) ```
120
What is the output of the following code?
```python print(73 + 86) ```
159
What is the output of the following code?
```python print(73 + 6) ```
79
¿Cuál es la salida del siguiente código?
```python print(34 - 38) ```
-4
¿Cuál es la salida del siguiente código?
```python print(12 + 90) ```
102
¿Cuál es la salida del siguiente código?
```python print(84 * 11) ```
924
¿Cuál es la salida del siguiente código?
```python print(9 + 70) ```
79
What is the output of the following code?
```python print(51 * 48) ```
2448
¿Cuál es la salida del siguiente código?
```python print(83 - 93) ```
-10
What is the output of the following code?
```python print(48 + 60) ```
108
What is the output of the following code?
```python print(84 + 51) ```
135
¿Cuál es la salida del siguiente código?
```python print(69 - 84) ```
-15
¿Cuál es la salida del siguiente código?
```python print(7 * 10) ```
70
¿Cuál es la salida del siguiente código?
```python print(95 - 64) ```
31
¿Cuál es la salida del siguiente código?
```python print(84 * 53) ```
4452
What is the output of the following code?
```python print(91 + 28) ```
119
What is the output of the following code?
```python print(79 * 81) ```
6399
What is the output of the following code?
```python print(41 - 98) ```
-57
What is the output of the following code?
```python print(56 * 59) ```
3304
¿Cuál es la salida del siguiente código?
```python print(63 * 67) ```
4221
What is the output of the following code?
```python print(73 + 83) ```
156
What is the output of the following code?
```python print(15 - 47) ```
-32
¿Cuál es la salida del siguiente código?
```python print(89 + 60) ```
149
What is the output of the following code?
```python print(83 * 85) ```
7055
What is the output of the following code?
```python print(68 + 50) ```
118
¿Cuál es la salida del siguiente código?
```python print(44 * 78) ```
3432
What is the output of the following code?
```python print(91 - 50) ```
41
What is the output of the following code?
```python print(20 + 69) ```
89
What is the output of the following code?
```python print(22 + 51) ```
73
¿Cuál es la salida del siguiente código?
```python print(52 + 76) ```
128
What is the output of the following code?
```python print(2 * 97) ```
194
¿Cuál es la salida del siguiente código?
```python print(19 + 21) ```
40
¿Cuál es la salida del siguiente código?
```python print(83 + 34) ```
117
What is the output of the following code?
```python print(43 * 22) ```
946
¿Cuál es la salida del siguiente código?
```python print(19 + 46) ```
65
What is the output of the following code?
```python print(52 * 59) ```
3068
What is the output of the following code?
```python print(46 + 32) ```
78
¿Cuál es la salida del siguiente código?
```python print(52 - 87) ```
-35
What is the output of the following code?
```python print(48 - 99) ```
-51
¿Cuál es la salida del siguiente código?
```python print(5 + 76) ```
81
What is the output of the following code?
```python print(28 * 71) ```
1988
¿Cuál es la salida del siguiente código?
```python print(23 + 53) ```
76
What is the output of the following code?
```python print(3 + 91) ```
94
What is the output of the following code?
```python print(68 - 50) ```
18
What is the output of the following code?
```python print(7 - 92) ```
-85
What is the output of the following code?
```python print(77 + 76) ```
153
What is the output of the following code?
```python print(71 * 72) ```
5112
¿Cuál es la salida del siguiente código?
```python print(81 + 28) ```
109
What is the output of the following code?
```python print(28 - 97) ```
-69
What is the output of the following code?
```python print(42 * 67) ```
2814
What is the output of the following code?
```python print(76 + 62) ```
138
¿Cuál es la salida del siguiente código?
```python print(51 + 13) ```
64
What is the output of the following code?
```python print(28 - 48) ```
-20
What is the output of the following code?
```python print(5 + 30) ```
35
¿Cuál es la salida del siguiente código?
```python print(87 - 63) ```
24
¿Cuál es la salida del siguiente código?
```python print(88 * 29) ```
2552
What is the output of the following code?
```python print(10 + 6) ```
16
¿Cuál es la salida del siguiente código?
```python print(63 + 12) ```
75
¿Cuál es la salida del siguiente código?
```python print(59 - 64) ```
-5
What is the output of the following code?
```python print(54 * 16) ```
864
¿Cuál es la salida del siguiente código?
```python print(98 + 87) ```
185
What is the output of the following code?
```python print(4 + 12) ```
16
¿Cuál es la salida del siguiente código?
```python print(32 * 88) ```
2816
What is the output of the following code?
```python print(9 - 73) ```
-64
¿Cuál es la salida del siguiente código?
```python print(95 + 1) ```
96
What is the output of the following code?
```python print(11 + 68) ```
79
¿Cuál es la salida del siguiente código?
```python print(24 - 29) ```
-5
What is the output of the following code?
```python print(12 + 51) ```
63
What is the output of the following code?
```python print(73 + 79) ```
152
What is the output of the following code?
```python print(93 * 40) ```
3720
¿Cuál es la salida del siguiente código?
```python print(14 + 69) ```
83
What is the output of the following code?
```python print(53 - 46) ```
7
What is the output of the following code?
```python print(13 + 96) ```
109
¿Cuál es la salida del siguiente código?
```python print(83 * 46) ```
3818
What is the output of the following code?
```python print(41 * 97) ```
3977