instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
¿Cuál es la salida del siguiente código?
```python print(40 * 26) ```
1040
What is the output of the following code?
```python print(13 + 39) ```
52
What is the output of the following code?
```python print(99 - 13) ```
86
¿Cuál es la salida del siguiente código?
```python print(45 - 30) ```
15
What is the output of the following code?
```python print(88 * 78) ```
6864
What is the output of the following code?
```python print(32 - 34) ```
-2
¿Cuál es la salida del siguiente código?
```python print(84 + 81) ```
165
What is the output of the following code?
```python print(73 + 60) ```
133
¿Cuál es la salida del siguiente código?
```python print(87 - 77) ```
10
¿Cuál es la salida del siguiente código?
```python print(96 * 37) ```
3552
What is the output of the following code?
```python print(65 + 78) ```
143
¿Cuál es la salida del siguiente código?
```python print(86 * 21) ```
1806
What is the output of the following code?
```python print(78 - 29) ```
49
What is the output of the following code?
```python print(63 + 25) ```
88
¿Cuál es la salida del siguiente código?
```python print(16 * 72) ```
1152
¿Cuál es la salida del siguiente código?
```python print(56 * 75) ```
4200
¿Cuál es la salida del siguiente código?
```python print(20 * 78) ```
1560
What is the output of the following code?
```python print(9 - 62) ```
-53
What is the output of the following code?
```python print(93 + 72) ```
165
¿Cuál es la salida del siguiente código?
```python print(60 + 89) ```
149
What is the output of the following code?
```python print(5 - 10) ```
-5
¿Cuál es la salida del siguiente código?
```python print(78 * 49) ```
3822
¿Cuál es la salida del siguiente código?
```python print(38 * 19) ```
722
What is the output of the following code?
```python print(5 - 3) ```
2
¿Cuál es la salida del siguiente código?
```python print(20 - 48) ```
-28
What is the output of the following code?
```python print(49 + 90) ```
139
¿Cuál es la salida del siguiente código?
```python print(44 + 17) ```
61
¿Cuál es la salida del siguiente código?
```python print(99 + 26) ```
125
¿Cuál es la salida del siguiente código?
```python print(14 + 31) ```
45
¿Cuál es la salida del siguiente código?
```python print(53 + 26) ```
79
What is the output of the following code?
```python print(76 + 44) ```
120
¿Cuál es la salida del siguiente código?
```python print(58 + 56) ```
114
What is the output of the following code?
```python print(38 - 86) ```
-48
What is the output of the following code?
```python print(39 + 60) ```
99
What is the output of the following code?
```python print(48 * 53) ```
2544
What is the output of the following code?
```python print(96 * 84) ```
8064
¿Cuál es la salida del siguiente código?
```python print(17 * 89) ```
1513
¿Cuál es la salida del siguiente código?
```python print(10 * 60) ```
600
¿Cuál es la salida del siguiente código?
```python print(21 - 61) ```
-40
What is the output of the following code?
```python print(98 + 96) ```
194
What is the output of the following code?
```python print(78 + 20) ```
98
What is the output of the following code?
```python print(29 * 33) ```
957
What is the output of the following code?
```python print(45 + 78) ```
123
¿Cuál es la salida del siguiente código?
```python print(4 - 62) ```
-58
¿Cuál es la salida del siguiente código?
```python print(91 - 66) ```
25
¿Cuál es la salida del siguiente código?
```python print(62 - 6) ```
56
What is the output of the following code?
```python print(70 - 81) ```
-11
¿Cuál es la salida del siguiente código?
```python print(51 - 38) ```
13
What is the output of the following code?
```python print(11 + 30) ```
41
¿Cuál es la salida del siguiente código?
```python print(32 * 6) ```
192
¿Cuál es la salida del siguiente código?
```python print(2 * 10) ```
20
What is the output of the following code?
```python print(74 - 89) ```
-15
¿Cuál es la salida del siguiente código?
```python print(62 - 68) ```
-6
What is the output of the following code?
```python print(13 - 76) ```
-63
What is the output of the following code?
```python print(56 * 2) ```
112
What is the output of the following code?
```python print(6 + 37) ```
43
What is the output of the following code?
```python print(47 - 79) ```
-32
¿Cuál es la salida del siguiente código?
```python print(52 - 51) ```
1
What is the output of the following code?
```python print(80 + 26) ```
106
What is the output of the following code?
```python print(23 + 58) ```
81
¿Cuál es la salida del siguiente código?
```python print(2 + 19) ```
21
What is the output of the following code?
```python print(30 + 80) ```
110
What is the output of the following code?
```python print(77 * 46) ```
3542
What is the output of the following code?
```python print(48 - 13) ```
35
What is the output of the following code?
```python print(1 - 76) ```
-75
¿Cuál es la salida del siguiente código?
```python print(98 - 33) ```
65
What is the output of the following code?
```python print(83 + 9) ```
92
What is the output of the following code?
```python print(70 + 89) ```
159
What is the output of the following code?
```python print(45 + 53) ```
98
¿Cuál es la salida del siguiente código?
```python print(25 + 100) ```
125
¿Cuál es la salida del siguiente código?
```python print(3 + 96) ```
99
What is the output of the following code?
```python print(16 * 30) ```
480
What is the output of the following code?
```python print(84 * 12) ```
1008
What is the output of the following code?
```python print(63 - 44) ```
19
What is the output of the following code?
```python print(88 + 64) ```
152
¿Cuál es la salida del siguiente código?
```python print(25 + 36) ```
61
What is the output of the following code?
```python print(12 * 97) ```
1164
What is the output of the following code?
```python print(26 + 62) ```
88
¿Cuál es la salida del siguiente código?
```python print(4 - 4) ```
0
¿Cuál es la salida del siguiente código?
```python print(86 + 94) ```
180
¿Cuál es la salida del siguiente código?
```python print(99 * 99) ```
9801
What is the output of the following code?
```python print(94 - 39) ```
55
¿Cuál es la salida del siguiente código?
```python print(48 + 35) ```
83
What is the output of the following code?
```python print(34 - 42) ```
-8
¿Cuál es la salida del siguiente código?
```python print(50 + 57) ```
107
What is the output of the following code?
```python print(15 * 33) ```
495
What is the output of the following code?
```python print(12 - 88) ```
-76
What is the output of the following code?
```python print(65 + 27) ```
92
What is the output of the following code?
```python print(27 + 8) ```
35
What is the output of the following code?
```python print(46 - 85) ```
-39
What is the output of the following code?
```python print(27 - 32) ```
-5
What is the output of the following code?
```python print(51 - 78) ```
-27
What is the output of the following code?
```python print(73 - 75) ```
-2
¿Cuál es la salida del siguiente código?
```python print(20 * 99) ```
1980
¿Cuál es la salida del siguiente código?
```python print(91 * 77) ```
7007
¿Cuál es la salida del siguiente código?
```python print(62 * 12) ```
744
What is the output of the following code?
```python print(17 - 90) ```
-73
¿Cuál es la salida del siguiente código?
```python print(43 * 91) ```
3913
¿Cuál es la salida del siguiente código?
```python print(1 + 17) ```
18
What is the output of the following code?
```python print(15 - 67) ```
-52