instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(45 * 19) ```
855
What is the output of the following code?
```python print(97 * 79) ```
7663
What is the output of the following code?
```python print(42 * 70) ```
2940
¿Cuál es la salida del siguiente código?
```python print(88 - 46) ```
42
¿Cuál es la salida del siguiente código?
```python print(83 + 69) ```
152
¿Cuál es la salida del siguiente código?
```python print(100 + 44) ```
144
¿Cuál es la salida del siguiente código?
```python print(25 - 46) ```
-21
What is the output of the following code?
```python print(95 + 20) ```
115
¿Cuál es la salida del siguiente código?
```python print(100 - 80) ```
20
¿Cuál es la salida del siguiente código?
```python print(51 + 74) ```
125
What is the output of the following code?
```python print(61 * 22) ```
1342
¿Cuál es la salida del siguiente código?
```python print(43 - 80) ```
-37
What is the output of the following code?
```python print(86 - 59) ```
27
¿Cuál es la salida del siguiente código?
```python print(84 * 68) ```
5712
What is the output of the following code?
```python print(30 + 66) ```
96
¿Cuál es la salida del siguiente código?
```python print(7 * 20) ```
140
¿Cuál es la salida del siguiente código?
```python print(65 * 20) ```
1300
What is the output of the following code?
```python print(9 + 26) ```
35
¿Cuál es la salida del siguiente código?
```python print(33 - 34) ```
-1
What is the output of the following code?
```python print(76 + 66) ```
142
¿Cuál es la salida del siguiente código?
```python print(65 - 24) ```
41
What is the output of the following code?
```python print(61 - 28) ```
33
¿Cuál es la salida del siguiente código?
```python print(85 - 90) ```
-5
¿Cuál es la salida del siguiente código?
```python print(55 - 94) ```
-39
What is the output of the following code?
```python print(59 * 29) ```
1711
What is the output of the following code?
```python print(95 - 86) ```
9
¿Cuál es la salida del siguiente código?
```python print(66 - 71) ```
-5
What is the output of the following code?
```python print(42 + 1) ```
43
What is the output of the following code?
```python print(54 + 46) ```
100
¿Cuál es la salida del siguiente código?
```python print(56 + 75) ```
131
¿Cuál es la salida del siguiente código?
```python print(54 + 29) ```
83
¿Cuál es la salida del siguiente código?
```python print(16 + 61) ```
77
¿Cuál es la salida del siguiente código?
```python print(89 - 64) ```
25
¿Cuál es la salida del siguiente código?
```python print(59 * 66) ```
3894
¿Cuál es la salida del siguiente código?
```python print(84 * 35) ```
2940
¿Cuál es la salida del siguiente código?
```python print(6 - 93) ```
-87
What is the output of the following code?
```python print(89 + 49) ```
138
¿Cuál es la salida del siguiente código?
```python print(65 * 77) ```
5005
What is the output of the following code?
```python print(89 + 59) ```
148
What is the output of the following code?
```python print(20 + 40) ```
60
¿Cuál es la salida del siguiente código?
```python print(74 + 83) ```
157
¿Cuál es la salida del siguiente código?
```python print(90 - 85) ```
5
What is the output of the following code?
```python print(12 + 33) ```
45
What is the output of the following code?
```python print(71 - 50) ```
21
¿Cuál es la salida del siguiente código?
```python print(38 - 53) ```
-15
What is the output of the following code?
```python print(57 * 31) ```
1767
What is the output of the following code?
```python print(78 - 5) ```
73
¿Cuál es la salida del siguiente código?
```python print(56 + 91) ```
147
¿Cuál es la salida del siguiente código?
```python print(98 - 32) ```
66
¿Cuál es la salida del siguiente código?
```python print(51 + 57) ```
108
What is the output of the following code?
```python print(68 - 81) ```
-13
¿Cuál es la salida del siguiente código?
```python print(78 * 40) ```
3120
What is the output of the following code?
```python print(100 * 53) ```
5300
¿Cuál es la salida del siguiente código?
```python print(16 * 11) ```
176
What is the output of the following code?
```python print(40 - 11) ```
29
¿Cuál es la salida del siguiente código?
```python print(58 - 55) ```
3
What is the output of the following code?
```python print(73 - 12) ```
61
¿Cuál es la salida del siguiente código?
```python print(7 + 99) ```
106
¿Cuál es la salida del siguiente código?
```python print(45 - 4) ```
41
¿Cuál es la salida del siguiente código?
```python print(71 * 73) ```
5183
What is the output of the following code?
```python print(12 * 89) ```
1068
¿Cuál es la salida del siguiente código?
```python print(31 + 66) ```
97
¿Cuál es la salida del siguiente código?
```python print(42 * 70) ```
2940
¿Cuál es la salida del siguiente código?
```python print(92 - 37) ```
55
What is the output of the following code?
```python print(80 - 5) ```
75
What is the output of the following code?
```python print(48 - 25) ```
23
¿Cuál es la salida del siguiente código?
```python print(18 + 96) ```
114
What is the output of the following code?
```python print(78 - 50) ```
28
What is the output of the following code?
```python print(72 + 80) ```
152
¿Cuál es la salida del siguiente código?
```python print(27 + 48) ```
75
What is the output of the following code?
```python print(86 - 66) ```
20
¿Cuál es la salida del siguiente código?
```python print(89 + 87) ```
176
What is the output of the following code?
```python print(38 * 67) ```
2546
What is the output of the following code?
```python print(95 + 98) ```
193
¿Cuál es la salida del siguiente código?
```python print(14 + 39) ```
53
What is the output of the following code?
```python print(38 - 22) ```
16
What is the output of the following code?
```python print(92 * 66) ```
6072
¿Cuál es la salida del siguiente código?
```python print(85 + 28) ```
113
¿Cuál es la salida del siguiente código?
```python print(98 - 98) ```
0
What is the output of the following code?
```python print(31 * 2) ```
62
What is the output of the following code?
```python print(85 * 59) ```
5015
What is the output of the following code?
```python print(10 * 44) ```
440
¿Cuál es la salida del siguiente código?
```python print(60 * 97) ```
5820
¿Cuál es la salida del siguiente código?
```python print(33 * 8) ```
264
What is the output of the following code?
```python print(72 + 89) ```
161
¿Cuál es la salida del siguiente código?
```python print(99 * 68) ```
6732
What is the output of the following code?
```python print(16 + 96) ```
112
What is the output of the following code?
```python print(31 * 18) ```
558
What is the output of the following code?
```python print(43 * 62) ```
2666
¿Cuál es la salida del siguiente código?
```python print(78 * 18) ```
1404
¿Cuál es la salida del siguiente código?
```python print(63 * 68) ```
4284
¿Cuál es la salida del siguiente código?
```python print(72 * 4) ```
288
What is the output of the following code?
```python print(24 - 77) ```
-53
¿Cuál es la salida del siguiente código?
```python print(98 + 23) ```
121
¿Cuál es la salida del siguiente código?
```python print(48 + 67) ```
115
What is the output of the following code?
```python print(49 - 80) ```
-31
What is the output of the following code?
```python print(66 * 82) ```
5412
What is the output of the following code?
```python print(29 * 5) ```
145
What is the output of the following code?
```python print(55 - 1) ```
54
¿Cuál es la salida del siguiente código?
```python print(13 - 58) ```
-45