instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(14 + 27) ```
41
What is the output of the following code?
```python print(51 + 8) ```
59
What is the output of the following code?
```python print(29 * 20) ```
580
¿Cuál es la salida del siguiente código?
```python print(34 + 42) ```
76
¿Cuál es la salida del siguiente código?
```python print(84 * 86) ```
7224
What is the output of the following code?
```python print(27 * 44) ```
1188
What is the output of the following code?
```python print(96 * 22) ```
2112
¿Cuál es la salida del siguiente código?
```python print(56 - 26) ```
30
¿Cuál es la salida del siguiente código?
```python print(3 * 79) ```
237
¿Cuál es la salida del siguiente código?
```python print(26 * 69) ```
1794
What is the output of the following code?
```python print(47 - 44) ```
3
What is the output of the following code?
```python print(5 * 61) ```
305
¿Cuál es la salida del siguiente código?
```python print(15 - 70) ```
-55
¿Cuál es la salida del siguiente código?
```python print(44 + 69) ```
113
What is the output of the following code?
```python print(38 + 56) ```
94
What is the output of the following code?
```python print(46 * 45) ```
2070
¿Cuál es la salida del siguiente código?
```python print(54 * 17) ```
918
¿Cuál es la salida del siguiente código?
```python print(15 * 65) ```
975
What is the output of the following code?
```python print(78 * 51) ```
3978
What is the output of the following code?
```python print(74 * 24) ```
1776
What is the output of the following code?
```python print(40 * 47) ```
1880
What is the output of the following code?
```python print(90 - 23) ```
67
What is the output of the following code?
```python print(55 - 91) ```
-36
What is the output of the following code?
```python print(95 * 62) ```
5890
What is the output of the following code?
```python print(5 * 87) ```
435
¿Cuál es la salida del siguiente código?
```python print(69 * 100) ```
6900
¿Cuál es la salida del siguiente código?
```python print(35 - 42) ```
-7
¿Cuál es la salida del siguiente código?
```python print(42 + 100) ```
142
¿Cuál es la salida del siguiente código?
```python print(96 - 85) ```
11
What is the output of the following code?
```python print(28 - 4) ```
24
What is the output of the following code?
```python print(91 * 79) ```
7189
¿Cuál es la salida del siguiente código?
```python print(53 + 21) ```
74
¿Cuál es la salida del siguiente código?
```python print(71 - 27) ```
44
¿Cuál es la salida del siguiente código?
```python print(90 * 64) ```
5760
What is the output of the following code?
```python print(40 * 56) ```
2240
What is the output of the following code?
```python print(78 + 28) ```
106
¿Cuál es la salida del siguiente código?
```python print(98 - 19) ```
79
What is the output of the following code?
```python print(92 * 93) ```
8556
¿Cuál es la salida del siguiente código?
```python print(43 + 15) ```
58
What is the output of the following code?
```python print(87 - 62) ```
25
¿Cuál es la salida del siguiente código?
```python print(55 * 83) ```
4565
What is the output of the following code?
```python print(66 * 13) ```
858
What is the output of the following code?
```python print(17 + 21) ```
38
¿Cuál es la salida del siguiente código?
```python print(35 - 79) ```
-44
What is the output of the following code?
```python print(74 - 76) ```
-2
What is the output of the following code?
```python print(24 - 84) ```
-60
¿Cuál es la salida del siguiente código?
```python print(44 - 22) ```
22
¿Cuál es la salida del siguiente código?
```python print(3 * 89) ```
267
¿Cuál es la salida del siguiente código?
```python print(86 - 86) ```
0
What is the output of the following code?
```python print(70 - 46) ```
24
¿Cuál es la salida del siguiente código?
```python print(27 + 18) ```
45
What is the output of the following code?
```python print(3 * 38) ```
114
What is the output of the following code?
```python print(97 - 74) ```
23
What is the output of the following code?
```python print(79 + 86) ```
165
¿Cuál es la salida del siguiente código?
```python print(22 - 78) ```
-56
¿Cuál es la salida del siguiente código?
```python print(46 + 48) ```
94
What is the output of the following code?
```python print(14 - 87) ```
-73
¿Cuál es la salida del siguiente código?
```python print(52 - 19) ```
33
What is the output of the following code?
```python print(10 - 83) ```
-73
What is the output of the following code?
```python print(78 - 28) ```
50
¿Cuál es la salida del siguiente código?
```python print(22 * 73) ```
1606
What is the output of the following code?
```python print(1 - 73) ```
-72
What is the output of the following code?
```python print(63 - 66) ```
-3
What is the output of the following code?
```python print(78 + 26) ```
104
¿Cuál es la salida del siguiente código?
```python print(24 + 82) ```
106
¿Cuál es la salida del siguiente código?
```python print(17 - 20) ```
-3
¿Cuál es la salida del siguiente código?
```python print(2 - 84) ```
-82
What is the output of the following code?
```python print(18 - 62) ```
-44
What is the output of the following code?
```python print(73 * 38) ```
2774
¿Cuál es la salida del siguiente código?
```python print(32 + 31) ```
63
What is the output of the following code?
```python print(55 + 60) ```
115
What is the output of the following code?
```python print(90 + 36) ```
126
¿Cuál es la salida del siguiente código?
```python print(49 + 82) ```
131
What is the output of the following code?
```python print(80 + 100) ```
180
¿Cuál es la salida del siguiente código?
```python print(22 * 15) ```
330
¿Cuál es la salida del siguiente código?
```python print(68 + 3) ```
71
What is the output of the following code?
```python print(41 * 18) ```
738
¿Cuál es la salida del siguiente código?
```python print(92 - 64) ```
28
¿Cuál es la salida del siguiente código?
```python print(6 * 69) ```
414
What is the output of the following code?
```python print(47 * 59) ```
2773
What is the output of the following code?
```python print(13 * 95) ```
1235
¿Cuál es la salida del siguiente código?
```python print(67 * 48) ```
3216
What is the output of the following code?
```python print(92 + 25) ```
117
What is the output of the following code?
```python print(62 * 70) ```
4340
What is the output of the following code?
```python print(96 * 75) ```
7200
What is the output of the following code?
```python print(10 * 25) ```
250
¿Cuál es la salida del siguiente código?
```python print(92 - 97) ```
-5
¿Cuál es la salida del siguiente código?
```python print(95 + 34) ```
129
¿Cuál es la salida del siguiente código?
```python print(22 * 100) ```
2200
What is the output of the following code?
```python print(87 - 33) ```
54
What is the output of the following code?
```python print(12 - 37) ```
-25
What is the output of the following code?
```python print(7 * 76) ```
532
What is the output of the following code?
```python print(75 - 61) ```
14
¿Cuál es la salida del siguiente código?
```python print(23 * 8) ```
184
What is the output of the following code?
```python print(31 * 85) ```
2635
¿Cuál es la salida del siguiente código?
```python print(50 - 42) ```
8
What is the output of the following code?
```python print(23 + 27) ```
50
What is the output of the following code?
```python print(4 * 21) ```
84
What is the output of the following code?
```python print(42 - 42) ```
0
¿Cuál es la salida del siguiente código?
```python print(98 - 73) ```
25