instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(2 + 27) ```
29
¿Cuál es la salida del siguiente código?
```python print(62 + 20) ```
82
What is the output of the following code?
```python print(87 + 65) ```
152
What is the output of the following code?
```python print(29 * 95) ```
2755
¿Cuál es la salida del siguiente código?
```python print(53 - 27) ```
26
What is the output of the following code?
```python print(62 + 96) ```
158
¿Cuál es la salida del siguiente código?
```python print(86 * 77) ```
6622
¿Cuál es la salida del siguiente código?
```python print(65 + 11) ```
76
¿Cuál es la salida del siguiente código?
```python print(27 - 59) ```
-32
¿Cuál es la salida del siguiente código?
```python print(31 - 10) ```
21
¿Cuál es la salida del siguiente código?
```python print(79 + 47) ```
126
¿Cuál es la salida del siguiente código?
```python print(68 - 53) ```
15
¿Cuál es la salida del siguiente código?
```python print(54 + 49) ```
103
What is the output of the following code?
```python print(98 - 87) ```
11
¿Cuál es la salida del siguiente código?
```python print(38 - 98) ```
-60
What is the output of the following code?
```python print(77 + 42) ```
119
What is the output of the following code?
```python print(38 * 83) ```
3154
What is the output of the following code?
```python print(3 + 84) ```
87
What is the output of the following code?
```python print(6 + 18) ```
24
¿Cuál es la salida del siguiente código?
```python print(64 - 10) ```
54
What is the output of the following code?
```python print(56 - 16) ```
40
What is the output of the following code?
```python print(93 * 93) ```
8649
What is the output of the following code?
```python print(45 - 56) ```
-11
¿Cuál es la salida del siguiente código?
```python print(19 + 15) ```
34
What is the output of the following code?
```python print(15 - 93) ```
-78
What is the output of the following code?
```python print(20 - 1) ```
19
¿Cuál es la salida del siguiente código?
```python print(26 + 22) ```
48
What is the output of the following code?
```python print(97 * 61) ```
5917
What is the output of the following code?
```python print(62 + 13) ```
75
¿Cuál es la salida del siguiente código?
```python print(80 - 33) ```
47
What is the output of the following code?
```python print(75 * 49) ```
3675
¿Cuál es la salida del siguiente código?
```python print(13 * 61) ```
793
¿Cuál es la salida del siguiente código?
```python print(29 * 49) ```
1421
What is the output of the following code?
```python print(71 - 18) ```
53
¿Cuál es la salida del siguiente código?
```python print(72 - 66) ```
6
¿Cuál es la salida del siguiente código?
```python print(50 - 26) ```
24
¿Cuál es la salida del siguiente código?
```python print(15 * 10) ```
150
What is the output of the following code?
```python print(56 * 51) ```
2856
What is the output of the following code?
```python print(76 - 21) ```
55
¿Cuál es la salida del siguiente código?
```python print(23 * 69) ```
1587
¿Cuál es la salida del siguiente código?
```python print(53 * 16) ```
848
What is the output of the following code?
```python print(48 * 1) ```
48
¿Cuál es la salida del siguiente código?
```python print(52 + 62) ```
114
What is the output of the following code?
```python print(43 + 55) ```
98
¿Cuál es la salida del siguiente código?
```python print(50 - 7) ```
43
What is the output of the following code?
```python print(20 - 12) ```
8
What is the output of the following code?
```python print(31 - 4) ```
27
¿Cuál es la salida del siguiente código?
```python print(93 - 53) ```
40
¿Cuál es la salida del siguiente código?
```python print(34 * 27) ```
918
What is the output of the following code?
```python print(56 - 69) ```
-13
¿Cuál es la salida del siguiente código?
```python print(16 + 64) ```
80
¿Cuál es la salida del siguiente código?
```python print(40 * 84) ```
3360
¿Cuál es la salida del siguiente código?
```python print(60 * 60) ```
3600
¿Cuál es la salida del siguiente código?
```python print(36 + 6) ```
42
What is the output of the following code?
```python print(59 - 28) ```
31
¿Cuál es la salida del siguiente código?
```python print(98 * 18) ```
1764
¿Cuál es la salida del siguiente código?
```python print(89 - 41) ```
48
¿Cuál es la salida del siguiente código?
```python print(98 - 53) ```
45
What is the output of the following code?
```python print(53 * 62) ```
3286
What is the output of the following code?
```python print(98 - 95) ```
3
¿Cuál es la salida del siguiente código?
```python print(94 + 40) ```
134
What is the output of the following code?
```python print(23 * 27) ```
621
What is the output of the following code?
```python print(87 - 99) ```
-12
¿Cuál es la salida del siguiente código?
```python print(90 - 8) ```
82
What is the output of the following code?
```python print(90 + 75) ```
165
What is the output of the following code?
```python print(95 * 78) ```
7410
What is the output of the following code?
```python print(70 - 24) ```
46
¿Cuál es la salida del siguiente código?
```python print(85 - 6) ```
79
What is the output of the following code?
```python print(49 * 90) ```
4410
¿Cuál es la salida del siguiente código?
```python print(77 + 59) ```
136
What is the output of the following code?
```python print(82 + 36) ```
118
¿Cuál es la salida del siguiente código?
```python print(41 + 57) ```
98
What is the output of the following code?
```python print(52 + 85) ```
137
What is the output of the following code?
```python print(16 + 29) ```
45
What is the output of the following code?
```python print(80 + 42) ```
122
What is the output of the following code?
```python print(69 - 64) ```
5
What is the output of the following code?
```python print(92 * 65) ```
5980
What is the output of the following code?
```python print(21 * 27) ```
567
What is the output of the following code?
```python print(78 + 75) ```
153
What is the output of the following code?
```python print(45 * 42) ```
1890
What is the output of the following code?
```python print(3 + 40) ```
43
What is the output of the following code?
```python print(48 * 55) ```
2640
What is the output of the following code?
```python print(83 + 27) ```
110
¿Cuál es la salida del siguiente código?
```python print(54 * 35) ```
1890
¿Cuál es la salida del siguiente código?
```python print(90 + 90) ```
180
¿Cuál es la salida del siguiente código?
```python print(84 * 31) ```
2604
¿Cuál es la salida del siguiente código?
```python print(77 - 52) ```
25
What is the output of the following code?
```python print(29 - 51) ```
-22
What is the output of the following code?
```python print(96 + 84) ```
180
¿Cuál es la salida del siguiente código?
```python print(32 - 59) ```
-27
¿Cuál es la salida del siguiente código?
```python print(25 * 79) ```
1975
What is the output of the following code?
```python print(99 * 36) ```
3564
What is the output of the following code?
```python print(18 + 56) ```
74
What is the output of the following code?
```python print(59 * 48) ```
2832
¿Cuál es la salida del siguiente código?
```python print(29 + 97) ```
126
What is the output of the following code?
```python print(47 - 89) ```
-42
What is the output of the following code?
```python print(93 * 92) ```
8556
What is the output of the following code?
```python print(89 * 59) ```
5251
¿Cuál es la salida del siguiente código?
```python print(75 + 40) ```
115
What is the output of the following code?
```python print(22 * 82) ```
1804