instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(12 - 80) ```
-68
¿Cuál es la salida del siguiente código?
```python print(86 + 42) ```
128
What is the output of the following code?
```python print(88 + 77) ```
165
What is the output of the following code?
```python print(11 - 26) ```
-15
¿Cuál es la salida del siguiente código?
```python print(52 - 1) ```
51
What is the output of the following code?
```python print(55 - 40) ```
15
What is the output of the following code?
```python print(81 - 2) ```
79
What is the output of the following code?
```python print(41 + 24) ```
65
¿Cuál es la salida del siguiente código?
```python print(87 * 27) ```
2349
¿Cuál es la salida del siguiente código?
```python print(57 * 17) ```
969
What is the output of the following code?
```python print(10 * 34) ```
340
What is the output of the following code?
```python print(84 + 82) ```
166
¿Cuál es la salida del siguiente código?
```python print(86 - 75) ```
11
What is the output of the following code?
```python print(18 * 56) ```
1008
¿Cuál es la salida del siguiente código?
```python print(20 * 45) ```
900
¿Cuál es la salida del siguiente código?
```python print(11 - 9) ```
2
¿Cuál es la salida del siguiente código?
```python print(34 + 6) ```
40
What is the output of the following code?
```python print(60 + 81) ```
141
¿Cuál es la salida del siguiente código?
```python print(7 - 43) ```
-36
What is the output of the following code?
```python print(47 - 87) ```
-40
What is the output of the following code?
```python print(94 - 24) ```
70
¿Cuál es la salida del siguiente código?
```python print(5 + 83) ```
88
¿Cuál es la salida del siguiente código?
```python print(8 - 7) ```
1
What is the output of the following code?
```python print(35 * 97) ```
3395
What is the output of the following code?
```python print(50 + 65) ```
115
What is the output of the following code?
```python print(32 * 22) ```
704
What is the output of the following code?
```python print(59 - 44) ```
15
¿Cuál es la salida del siguiente código?
```python print(33 + 68) ```
101
¿Cuál es la salida del siguiente código?
```python print(54 - 5) ```
49
What is the output of the following code?
```python print(68 * 47) ```
3196
¿Cuál es la salida del siguiente código?
```python print(29 + 71) ```
100
What is the output of the following code?
```python print(75 + 1) ```
76
What is the output of the following code?
```python print(61 * 66) ```
4026
¿Cuál es la salida del siguiente código?
```python print(81 * 37) ```
2997
What is the output of the following code?
```python print(43 - 41) ```
2
What is the output of the following code?
```python print(100 - 93) ```
7
¿Cuál es la salida del siguiente código?
```python print(100 + 1) ```
101
¿Cuál es la salida del siguiente código?
```python print(56 - 34) ```
22
What is the output of the following code?
```python print(38 * 66) ```
2508
¿Cuál es la salida del siguiente código?
```python print(55 - 49) ```
6
What is the output of the following code?
```python print(18 + 92) ```
110
¿Cuál es la salida del siguiente código?
```python print(50 + 76) ```
126
¿Cuál es la salida del siguiente código?
```python print(2 * 17) ```
34
What is the output of the following code?
```python print(81 * 13) ```
1053
¿Cuál es la salida del siguiente código?
```python print(41 + 90) ```
131
What is the output of the following code?
```python print(39 - 69) ```
-30
¿Cuál es la salida del siguiente código?
```python print(18 + 86) ```
104
What is the output of the following code?
```python print(23 * 35) ```
805
¿Cuál es la salida del siguiente código?
```python print(24 + 4) ```
28
¿Cuál es la salida del siguiente código?
```python print(14 - 14) ```
0
¿Cuál es la salida del siguiente código?
```python print(50 - 73) ```
-23
¿Cuál es la salida del siguiente código?
```python print(15 - 2) ```
13
What is the output of the following code?
```python print(13 - 75) ```
-62
What is the output of the following code?
```python print(59 - 43) ```
16
¿Cuál es la salida del siguiente código?
```python print(14 * 83) ```
1162
¿Cuál es la salida del siguiente código?
```python print(84 * 89) ```
7476
¿Cuál es la salida del siguiente código?
```python print(92 - 79) ```
13
¿Cuál es la salida del siguiente código?
```python print(17 - 17) ```
0
¿Cuál es la salida del siguiente código?
```python print(50 * 55) ```
2750
What is the output of the following code?
```python print(93 * 15) ```
1395
What is the output of the following code?
```python print(70 * 49) ```
3430
What is the output of the following code?
```python print(67 * 37) ```
2479
What is the output of the following code?
```python print(16 * 41) ```
656
What is the output of the following code?
```python print(56 * 98) ```
5488
What is the output of the following code?
```python print(10 * 5) ```
50
What is the output of the following code?
```python print(32 + 23) ```
55
What is the output of the following code?
```python print(48 - 78) ```
-30
¿Cuál es la salida del siguiente código?
```python print(11 + 21) ```
32
¿Cuál es la salida del siguiente código?
```python print(26 * 3) ```
78
What is the output of the following code?
```python print(68 + 66) ```
134
¿Cuál es la salida del siguiente código?
```python print(8 - 17) ```
-9
What is the output of the following code?
```python print(81 * 89) ```
7209
¿Cuál es la salida del siguiente código?
```python print(27 - 2) ```
25
What is the output of the following code?
```python print(79 + 30) ```
109
What is the output of the following code?
```python print(79 - 3) ```
76
What is the output of the following code?
```python print(3 - 21) ```
-18
What is the output of the following code?
```python print(52 + 10) ```
62
What is the output of the following code?
```python print(49 + 67) ```
116
¿Cuál es la salida del siguiente código?
```python print(23 * 52) ```
1196
What is the output of the following code?
```python print(11 + 8) ```
19
¿Cuál es la salida del siguiente código?
```python print(59 * 64) ```
3776
¿Cuál es la salida del siguiente código?
```python print(1 - 40) ```
-39
What is the output of the following code?
```python print(77 + 88) ```
165
What is the output of the following code?
```python print(73 - 25) ```
48
What is the output of the following code?
```python print(87 + 94) ```
181
¿Cuál es la salida del siguiente código?
```python print(78 * 59) ```
4602
¿Cuál es la salida del siguiente código?
```python print(61 * 11) ```
671
What is the output of the following code?
```python print(60 + 44) ```
104
¿Cuál es la salida del siguiente código?
```python print(39 * 76) ```
2964
¿Cuál es la salida del siguiente código?
```python print(53 - 38) ```
15
¿Cuál es la salida del siguiente código?
```python print(31 + 98) ```
129
What is the output of the following code?
```python print(66 + 13) ```
79
What is the output of the following code?
```python print(61 * 90) ```
5490
What is the output of the following code?
```python print(52 * 24) ```
1248
¿Cuál es la salida del siguiente código?
```python print(67 * 60) ```
4020
What is the output of the following code?
```python print(19 * 68) ```
1292
¿Cuál es la salida del siguiente código?
```python print(1 * 75) ```
75
What is the output of the following code?
```python print(83 * 33) ```
2739
What is the output of the following code?
```python print(24 * 46) ```
1104
What is the output of the following code?
```python print(25 - 3) ```
22