instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(6 - 49) ```
-43
¿Cuál es la salida del siguiente código?
```python print(84 + 65) ```
149
What is the output of the following code?
```python print(72 + 35) ```
107
What is the output of the following code?
```python print(88 - 90) ```
-2
What is the output of the following code?
```python print(30 + 96) ```
126
What is the output of the following code?
```python print(10 - 34) ```
-24
¿Cuál es la salida del siguiente código?
```python print(51 * 27) ```
1377
What is the output of the following code?
```python print(72 - 45) ```
27
¿Cuál es la salida del siguiente código?
```python print(12 - 12) ```
0
What is the output of the following code?
```python print(61 - 45) ```
16
¿Cuál es la salida del siguiente código?
```python print(29 * 6) ```
174
¿Cuál es la salida del siguiente código?
```python print(72 - 15) ```
57
¿Cuál es la salida del siguiente código?
```python print(60 - 88) ```
-28
¿Cuál es la salida del siguiente código?
```python print(40 * 67) ```
2680
¿Cuál es la salida del siguiente código?
```python print(99 * 72) ```
7128
¿Cuál es la salida del siguiente código?
```python print(73 - 53) ```
20
What is the output of the following code?
```python print(69 * 67) ```
4623
What is the output of the following code?
```python print(6 - 1) ```
5
What is the output of the following code?
```python print(23 - 44) ```
-21
¿Cuál es la salida del siguiente código?
```python print(36 - 75) ```
-39
¿Cuál es la salida del siguiente código?
```python print(40 * 12) ```
480
¿Cuál es la salida del siguiente código?
```python print(33 * 73) ```
2409
¿Cuál es la salida del siguiente código?
```python print(77 + 62) ```
139
What is the output of the following code?
```python print(50 - 58) ```
-8
What is the output of the following code?
```python print(24 - 95) ```
-71
¿Cuál es la salida del siguiente código?
```python print(58 + 21) ```
79
What is the output of the following code?
```python print(100 - 55) ```
45
¿Cuál es la salida del siguiente código?
```python print(62 * 86) ```
5332
¿Cuál es la salida del siguiente código?
```python print(74 - 36) ```
38
What is the output of the following code?
```python print(32 * 43) ```
1376
¿Cuál es la salida del siguiente código?
```python print(38 + 18) ```
56
¿Cuál es la salida del siguiente código?
```python print(90 - 7) ```
83
¿Cuál es la salida del siguiente código?
```python print(3 + 4) ```
7
¿Cuál es la salida del siguiente código?
```python print(7 * 99) ```
693
¿Cuál es la salida del siguiente código?
```python print(25 + 46) ```
71
¿Cuál es la salida del siguiente código?
```python print(51 - 100) ```
-49
What is the output of the following code?
```python print(37 * 28) ```
1036
What is the output of the following code?
```python print(9 + 37) ```
46
¿Cuál es la salida del siguiente código?
```python print(63 * 38) ```
2394
¿Cuál es la salida del siguiente código?
```python print(84 * 74) ```
6216
¿Cuál es la salida del siguiente código?
```python print(69 - 49) ```
20
¿Cuál es la salida del siguiente código?
```python print(87 - 67) ```
20
What is the output of the following code?
```python print(47 + 15) ```
62
What is the output of the following code?
```python print(5 + 37) ```
42
¿Cuál es la salida del siguiente código?
```python print(18 + 18) ```
36
¿Cuál es la salida del siguiente código?
```python print(54 + 96) ```
150
What is the output of the following code?
```python print(31 - 8) ```
23
¿Cuál es la salida del siguiente código?
```python print(52 * 46) ```
2392
¿Cuál es la salida del siguiente código?
```python print(64 + 98) ```
162
What is the output of the following code?
```python print(15 * 56) ```
840
What is the output of the following code?
```python print(32 * 93) ```
2976
What is the output of the following code?
```python print(64 - 57) ```
7
¿Cuál es la salida del siguiente código?
```python print(41 + 85) ```
126
¿Cuál es la salida del siguiente código?
```python print(34 - 31) ```
3
What is the output of the following code?
```python print(96 * 30) ```
2880
What is the output of the following code?
```python print(11 * 27) ```
297
¿Cuál es la salida del siguiente código?
```python print(55 * 10) ```
550
What is the output of the following code?
```python print(99 - 45) ```
54
¿Cuál es la salida del siguiente código?
```python print(25 * 70) ```
1750
What is the output of the following code?
```python print(35 * 90) ```
3150
¿Cuál es la salida del siguiente código?
```python print(36 - 48) ```
-12
¿Cuál es la salida del siguiente código?
```python print(94 - 95) ```
-1
¿Cuál es la salida del siguiente código?
```python print(28 - 26) ```
2
¿Cuál es la salida del siguiente código?
```python print(47 * 6) ```
282
What is the output of the following code?
```python print(97 - 66) ```
31
¿Cuál es la salida del siguiente código?
```python print(65 - 56) ```
9
What is the output of the following code?
```python print(81 - 9) ```
72
What is the output of the following code?
```python print(7 - 62) ```
-55
What is the output of the following code?
```python print(42 + 13) ```
55
¿Cuál es la salida del siguiente código?
```python print(29 + 46) ```
75
What is the output of the following code?
```python print(86 + 52) ```
138
What is the output of the following code?
```python print(3 + 64) ```
67
¿Cuál es la salida del siguiente código?
```python print(44 + 31) ```
75
What is the output of the following code?
```python print(47 - 94) ```
-47
What is the output of the following code?
```python print(64 * 28) ```
1792
What is the output of the following code?
```python print(60 * 84) ```
5040
¿Cuál es la salida del siguiente código?
```python print(21 - 64) ```
-43
What is the output of the following code?
```python print(1 + 10) ```
11
¿Cuál es la salida del siguiente código?
```python print(38 * 75) ```
2850
¿Cuál es la salida del siguiente código?
```python print(17 * 50) ```
850
¿Cuál es la salida del siguiente código?
```python print(22 + 40) ```
62
¿Cuál es la salida del siguiente código?
```python print(90 + 44) ```
134
¿Cuál es la salida del siguiente código?
```python print(14 * 60) ```
840
What is the output of the following code?
```python print(36 + 85) ```
121
What is the output of the following code?
```python print(97 + 5) ```
102
What is the output of the following code?
```python print(30 - 73) ```
-43
¿Cuál es la salida del siguiente código?
```python print(79 * 54) ```
4266
What is the output of the following code?
```python print(25 - 24) ```
1
¿Cuál es la salida del siguiente código?
```python print(98 * 93) ```
9114
¿Cuál es la salida del siguiente código?
```python print(84 + 10) ```
94
What is the output of the following code?
```python print(71 - 87) ```
-16
What is the output of the following code?
```python print(11 - 45) ```
-34
What is the output of the following code?
```python print(93 - 10) ```
83
¿Cuál es la salida del siguiente código?
```python print(78 + 80) ```
158
¿Cuál es la salida del siguiente código?
```python print(35 * 2) ```
70
What is the output of the following code?
```python print(74 - 35) ```
39
¿Cuál es la salida del siguiente código?
```python print(54 - 66) ```
-12
¿Cuál es la salida del siguiente código?
```python print(88 + 96) ```
184
¿Cuál es la salida del siguiente código?
```python print(99 - 40) ```
59
¿Cuál es la salida del siguiente código?
```python print(68 + 99) ```
167