instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(34 * 10) ```
340
¿Cuál es la salida del siguiente código?
```python print(91 - 45) ```
46
¿Cuál es la salida del siguiente código?
```python print(95 + 26) ```
121
¿Cuál es la salida del siguiente código?
```python print(86 - 23) ```
63
¿Cuál es la salida del siguiente código?
```python print(90 - 40) ```
50
What is the output of the following code?
```python print(34 + 50) ```
84
¿Cuál es la salida del siguiente código?
```python print(10 * 7) ```
70
¿Cuál es la salida del siguiente código?
```python print(64 + 74) ```
138
What is the output of the following code?
```python print(13 + 57) ```
70
¿Cuál es la salida del siguiente código?
```python print(27 - 71) ```
-44
¿Cuál es la salida del siguiente código?
```python print(32 + 44) ```
76
What is the output of the following code?
```python print(83 * 39) ```
3237
What is the output of the following code?
```python print(58 + 69) ```
127
¿Cuál es la salida del siguiente código?
```python print(19 * 15) ```
285
¿Cuál es la salida del siguiente código?
```python print(5 - 24) ```
-19
¿Cuál es la salida del siguiente código?
```python print(46 - 31) ```
15
What is the output of the following code?
```python print(82 - 93) ```
-11
¿Cuál es la salida del siguiente código?
```python print(46 * 87) ```
4002
¿Cuál es la salida del siguiente código?
```python print(43 - 16) ```
27
What is the output of the following code?
```python print(78 - 90) ```
-12
¿Cuál es la salida del siguiente código?
```python print(3 - 89) ```
-86
What is the output of the following code?
```python print(6 * 78) ```
468
What is the output of the following code?
```python print(61 * 28) ```
1708
What is the output of the following code?
```python print(13 - 1) ```
12
What is the output of the following code?
```python print(22 + 33) ```
55
¿Cuál es la salida del siguiente código?
```python print(74 + 70) ```
144
¿Cuál es la salida del siguiente código?
```python print(31 + 81) ```
112
What is the output of the following code?
```python print(66 * 49) ```
3234
¿Cuál es la salida del siguiente código?
```python print(71 * 99) ```
7029
¿Cuál es la salida del siguiente código?
```python print(6 - 3) ```
3
¿Cuál es la salida del siguiente código?
```python print(42 - 77) ```
-35
¿Cuál es la salida del siguiente código?
```python print(94 + 19) ```
113
What is the output of the following code?
```python print(91 * 91) ```
8281
¿Cuál es la salida del siguiente código?
```python print(87 + 56) ```
143
What is the output of the following code?
```python print(2 + 50) ```
52
What is the output of the following code?
```python print(96 - 2) ```
94
What is the output of the following code?
```python print(30 - 87) ```
-57
What is the output of the following code?
```python print(85 - 18) ```
67
What is the output of the following code?
```python print(52 * 89) ```
4628
What is the output of the following code?
```python print(71 * 11) ```
781
¿Cuál es la salida del siguiente código?
```python print(48 * 39) ```
1872
¿Cuál es la salida del siguiente código?
```python print(73 * 25) ```
1825
¿Cuál es la salida del siguiente código?
```python print(42 * 65) ```
2730
What is the output of the following code?
```python print(17 + 92) ```
109
¿Cuál es la salida del siguiente código?
```python print(53 * 72) ```
3816
¿Cuál es la salida del siguiente código?
```python print(32 - 97) ```
-65
¿Cuál es la salida del siguiente código?
```python print(94 * 18) ```
1692
¿Cuál es la salida del siguiente código?
```python print(18 + 5) ```
23
What is the output of the following code?
```python print(46 + 57) ```
103
What is the output of the following code?
```python print(36 * 37) ```
1332
What is the output of the following code?
```python print(7 * 80) ```
560
What is the output of the following code?
```python print(6 * 13) ```
78
¿Cuál es la salida del siguiente código?
```python print(63 * 8) ```
504
What is the output of the following code?
```python print(58 - 54) ```
4
What is the output of the following code?
```python print(12 - 57) ```
-45
¿Cuál es la salida del siguiente código?
```python print(31 * 88) ```
2728
What is the output of the following code?
```python print(55 * 77) ```
4235
¿Cuál es la salida del siguiente código?
```python print(40 + 36) ```
76
¿Cuál es la salida del siguiente código?
```python print(55 - 59) ```
-4
¿Cuál es la salida del siguiente código?
```python print(26 * 82) ```
2132
¿Cuál es la salida del siguiente código?
```python print(69 * 64) ```
4416
¿Cuál es la salida del siguiente código?
```python print(62 - 98) ```
-36
What is the output of the following code?
```python print(8 - 27) ```
-19
¿Cuál es la salida del siguiente código?
```python print(17 - 34) ```
-17
¿Cuál es la salida del siguiente código?
```python print(11 * 71) ```
781
What is the output of the following code?
```python print(4 + 77) ```
81
¿Cuál es la salida del siguiente código?
```python print(46 * 74) ```
3404
What is the output of the following code?
```python print(94 * 52) ```
4888
¿Cuál es la salida del siguiente código?
```python print(26 * 33) ```
858
What is the output of the following code?
```python print(32 * 97) ```
3104
¿Cuál es la salida del siguiente código?
```python print(14 * 88) ```
1232
What is the output of the following code?
```python print(40 - 44) ```
-4
What is the output of the following code?
```python print(14 + 26) ```
40
What is the output of the following code?
```python print(33 - 53) ```
-20
What is the output of the following code?
```python print(37 * 23) ```
851
What is the output of the following code?
```python print(81 * 74) ```
5994
What is the output of the following code?
```python print(3 * 60) ```
180
¿Cuál es la salida del siguiente código?
```python print(18 * 9) ```
162
¿Cuál es la salida del siguiente código?
```python print(76 + 70) ```
146
What is the output of the following code?
```python print(60 - 49) ```
11
What is the output of the following code?
```python print(59 - 30) ```
29
¿Cuál es la salida del siguiente código?
```python print(13 - 5) ```
8
What is the output of the following code?
```python print(75 + 38) ```
113
¿Cuál es la salida del siguiente código?
```python print(82 * 17) ```
1394
¿Cuál es la salida del siguiente código?
```python print(17 * 31) ```
527
What is the output of the following code?
```python print(97 * 11) ```
1067
What is the output of the following code?
```python print(17 + 43) ```
60
What is the output of the following code?
```python print(67 + 18) ```
85
What is the output of the following code?
```python print(55 * 11) ```
605
What is the output of the following code?
```python print(61 + 76) ```
137
What is the output of the following code?
```python print(54 - 74) ```
-20
What is the output of the following code?
```python print(91 * 82) ```
7462
What is the output of the following code?
```python print(31 + 62) ```
93
What is the output of the following code?
```python print(27 * 31) ```
837
¿Cuál es la salida del siguiente código?
```python print(25 + 63) ```
88
What is the output of the following code?
```python print(43 + 9) ```
52
What is the output of the following code?
```python print(82 * 88) ```
7216
¿Cuál es la salida del siguiente código?
```python print(19 - 22) ```
-3
¿Cuál es la salida del siguiente código?
```python print(69 + 74) ```
143
What is the output of the following code?
```python print(69 * 49) ```
3381