instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(51 + 69) ```
120
¿Cuál es la salida del siguiente código?
```python print(5 * 15) ```
75
¿Cuál es la salida del siguiente código?
```python print(75 * 15) ```
1125
What is the output of the following code?
```python print(70 - 100) ```
-30
¿Cuál es la salida del siguiente código?
```python print(15 - 89) ```
-74
¿Cuál es la salida del siguiente código?
```python print(10 + 12) ```
22
What is the output of the following code?
```python print(69 + 23) ```
92
¿Cuál es la salida del siguiente código?
```python print(95 * 66) ```
6270
What is the output of the following code?
```python print(78 - 45) ```
33
What is the output of the following code?
```python print(25 - 11) ```
14
¿Cuál es la salida del siguiente código?
```python print(77 - 66) ```
11
What is the output of the following code?
```python print(80 - 46) ```
34
¿Cuál es la salida del siguiente código?
```python print(22 - 44) ```
-22
What is the output of the following code?
```python print(38 - 83) ```
-45
¿Cuál es la salida del siguiente código?
```python print(12 * 48) ```
576
What is the output of the following code?
```python print(7 - 42) ```
-35
¿Cuál es la salida del siguiente código?
```python print(53 * 90) ```
4770
¿Cuál es la salida del siguiente código?
```python print(99 * 24) ```
2376
¿Cuál es la salida del siguiente código?
```python print(36 + 55) ```
91
What is the output of the following code?
```python print(24 - 46) ```
-22
¿Cuál es la salida del siguiente código?
```python print(55 + 7) ```
62
What is the output of the following code?
```python print(9 - 6) ```
3
What is the output of the following code?
```python print(49 - 49) ```
0
What is the output of the following code?
```python print(97 * 34) ```
3298
What is the output of the following code?
```python print(82 * 67) ```
5494
What is the output of the following code?
```python print(87 * 92) ```
8004
What is the output of the following code?
```python print(20 - 10) ```
10
¿Cuál es la salida del siguiente código?
```python print(29 + 73) ```
102
What is the output of the following code?
```python print(29 + 99) ```
128
What is the output of the following code?
```python print(45 * 39) ```
1755
What is the output of the following code?
```python print(45 * 35) ```
1575
¿Cuál es la salida del siguiente código?
```python print(44 * 58) ```
2552
¿Cuál es la salida del siguiente código?
```python print(48 - 60) ```
-12
What is the output of the following code?
```python print(45 - 71) ```
-26
What is the output of the following code?
```python print(90 * 28) ```
2520
¿Cuál es la salida del siguiente código?
```python print(24 * 54) ```
1296
What is the output of the following code?
```python print(92 * 63) ```
5796
¿Cuál es la salida del siguiente código?
```python print(64 - 37) ```
27
What is the output of the following code?
```python print(82 * 56) ```
4592
¿Cuál es la salida del siguiente código?
```python print(37 * 42) ```
1554
¿Cuál es la salida del siguiente código?
```python print(45 + 11) ```
56
¿Cuál es la salida del siguiente código?
```python print(7 - 31) ```
-24
What is the output of the following code?
```python print(27 + 99) ```
126
What is the output of the following code?
```python print(61 - 61) ```
0
¿Cuál es la salida del siguiente código?
```python print(59 * 83) ```
4897
¿Cuál es la salida del siguiente código?
```python print(22 * 31) ```
682
¿Cuál es la salida del siguiente código?
```python print(58 * 93) ```
5394
What is the output of the following code?
```python print(98 - 86) ```
12
What is the output of the following code?
```python print(33 + 51) ```
84
What is the output of the following code?
```python print(30 + 90) ```
120
¿Cuál es la salida del siguiente código?
```python print(24 * 8) ```
192
¿Cuál es la salida del siguiente código?
```python print(87 - 66) ```
21
¿Cuál es la salida del siguiente código?
```python print(7 + 100) ```
107
¿Cuál es la salida del siguiente código?
```python print(53 * 37) ```
1961
What is the output of the following code?
```python print(29 + 69) ```
98
¿Cuál es la salida del siguiente código?
```python print(32 - 1) ```
31
What is the output of the following code?
```python print(90 * 66) ```
5940
¿Cuál es la salida del siguiente código?
```python print(60 * 93) ```
5580
What is the output of the following code?
```python print(46 * 13) ```
598
What is the output of the following code?
```python print(1 - 77) ```
-76
What is the output of the following code?
```python print(67 * 56) ```
3752
¿Cuál es la salida del siguiente código?
```python print(67 + 68) ```
135
What is the output of the following code?
```python print(27 - 13) ```
14
¿Cuál es la salida del siguiente código?
```python print(95 * 4) ```
380
¿Cuál es la salida del siguiente código?
```python print(69 * 33) ```
2277
What is the output of the following code?
```python print(74 + 87) ```
161
¿Cuál es la salida del siguiente código?
```python print(31 * 84) ```
2604
¿Cuál es la salida del siguiente código?
```python print(21 - 53) ```
-32
What is the output of the following code?
```python print(63 + 66) ```
129
What is the output of the following code?
```python print(58 - 37) ```
21
What is the output of the following code?
```python print(86 - 39) ```
47
What is the output of the following code?
```python print(69 + 98) ```
167
What is the output of the following code?
```python print(74 - 91) ```
-17
What is the output of the following code?
```python print(70 + 19) ```
89
¿Cuál es la salida del siguiente código?
```python print(24 - 22) ```
2
What is the output of the following code?
```python print(41 - 8) ```
33
What is the output of the following code?
```python print(37 * 90) ```
3330
What is the output of the following code?
```python print(81 - 94) ```
-13
¿Cuál es la salida del siguiente código?
```python print(72 - 1) ```
71
¿Cuál es la salida del siguiente código?
```python print(44 * 69) ```
3036
What is the output of the following code?
```python print(35 - 89) ```
-54
What is the output of the following code?
```python print(50 + 86) ```
136
¿Cuál es la salida del siguiente código?
```python print(77 - 68) ```
9
What is the output of the following code?
```python print(43 - 56) ```
-13
¿Cuál es la salida del siguiente código?
```python print(92 + 30) ```
122
¿Cuál es la salida del siguiente código?
```python print(8 - 52) ```
-44
What is the output of the following code?
```python print(52 - 96) ```
-44
What is the output of the following code?
```python print(96 - 87) ```
9
¿Cuál es la salida del siguiente código?
```python print(47 - 60) ```
-13
What is the output of the following code?
```python print(97 + 87) ```
184
What is the output of the following code?
```python print(62 + 1) ```
63
What is the output of the following code?
```python print(28 * 2) ```
56
What is the output of the following code?
```python print(100 + 40) ```
140
What is the output of the following code?
```python print(12 + 21) ```
33
What is the output of the following code?
```python print(98 + 61) ```
159
What is the output of the following code?
```python print(28 * 89) ```
2492
¿Cuál es la salida del siguiente código?
```python print(8 + 67) ```
75
What is the output of the following code?
```python print(30 * 33) ```
990
What is the output of the following code?
```python print(63 + 70) ```
133
¿Cuál es la salida del siguiente código?
```python print(80 - 65) ```
15