instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(99 + 23) ```
122
What is the output of the following code?
```python print(15 - 10) ```
5
¿Cuál es la salida del siguiente código?
```python print(5 - 99) ```
-94
¿Cuál es la salida del siguiente código?
```python print(81 - 22) ```
59
What is the output of the following code?
```python print(75 - 27) ```
48
¿Cuál es la salida del siguiente código?
```python print(100 + 35) ```
135
What is the output of the following code?
```python print(65 + 12) ```
77
¿Cuál es la salida del siguiente código?
```python print(3 * 85) ```
255
¿Cuál es la salida del siguiente código?
```python print(24 * 73) ```
1752
¿Cuál es la salida del siguiente código?
```python print(91 * 39) ```
3549
¿Cuál es la salida del siguiente código?
```python print(71 - 33) ```
38
What is the output of the following code?
```python print(84 - 97) ```
-13
What is the output of the following code?
```python print(20 - 61) ```
-41
¿Cuál es la salida del siguiente código?
```python print(22 - 40) ```
-18
What is the output of the following code?
```python print(64 + 45) ```
109
What is the output of the following code?
```python print(19 * 70) ```
1330
What is the output of the following code?
```python print(28 + 40) ```
68
¿Cuál es la salida del siguiente código?
```python print(46 - 5) ```
41
What is the output of the following code?
```python print(7 * 40) ```
280
¿Cuál es la salida del siguiente código?
```python print(31 + 96) ```
127
What is the output of the following code?
```python print(12 * 92) ```
1104
What is the output of the following code?
```python print(61 + 41) ```
102
What is the output of the following code?
```python print(42 * 20) ```
840
What is the output of the following code?
```python print(67 - 73) ```
-6
¿Cuál es la salida del siguiente código?
```python print(59 + 51) ```
110
What is the output of the following code?
```python print(5 - 53) ```
-48
What is the output of the following code?
```python print(31 + 56) ```
87
What is the output of the following code?
```python print(68 + 15) ```
83
¿Cuál es la salida del siguiente código?
```python print(60 * 88) ```
5280
What is the output of the following code?
```python print(82 - 9) ```
73
¿Cuál es la salida del siguiente código?
```python print(8 + 23) ```
31
What is the output of the following code?
```python print(6 * 10) ```
60
What is the output of the following code?
```python print(88 * 26) ```
2288
¿Cuál es la salida del siguiente código?
```python print(42 - 29) ```
13
What is the output of the following code?
```python print(31 * 82) ```
2542
What is the output of the following code?
```python print(89 + 41) ```
130
¿Cuál es la salida del siguiente código?
```python print(78 - 5) ```
73
¿Cuál es la salida del siguiente código?
```python print(52 * 26) ```
1352
¿Cuál es la salida del siguiente código?
```python print(100 * 30) ```
3000
What is the output of the following code?
```python print(10 - 65) ```
-55
What is the output of the following code?
```python print(69 * 71) ```
4899
What is the output of the following code?
```python print(52 + 72) ```
124
¿Cuál es la salida del siguiente código?
```python print(25 - 92) ```
-67
What is the output of the following code?
```python print(34 - 9) ```
25
What is the output of the following code?
```python print(91 + 57) ```
148
What is the output of the following code?
```python print(80 + 94) ```
174
What is the output of the following code?
```python print(31 - 51) ```
-20
¿Cuál es la salida del siguiente código?
```python print(69 - 92) ```
-23
What is the output of the following code?
```python print(28 * 36) ```
1008
What is the output of the following code?
```python print(7 + 29) ```
36
¿Cuál es la salida del siguiente código?
```python print(50 - 8) ```
42
¿Cuál es la salida del siguiente código?
```python print(34 * 67) ```
2278
What is the output of the following code?
```python print(70 - 88) ```
-18
¿Cuál es la salida del siguiente código?
```python print(75 - 58) ```
17
¿Cuál es la salida del siguiente código?
```python print(30 + 35) ```
65
¿Cuál es la salida del siguiente código?
```python print(87 * 68) ```
5916
¿Cuál es la salida del siguiente código?
```python print(48 - 43) ```
5
What is the output of the following code?
```python print(66 - 71) ```
-5
¿Cuál es la salida del siguiente código?
```python print(45 + 74) ```
119
What is the output of the following code?
```python print(52 - 67) ```
-15
What is the output of the following code?
```python print(48 - 21) ```
27
What is the output of the following code?
```python print(73 + 48) ```
121
What is the output of the following code?
```python print(71 - 40) ```
31
What is the output of the following code?
```python print(82 * 28) ```
2296
¿Cuál es la salida del siguiente código?
```python print(99 * 59) ```
5841
¿Cuál es la salida del siguiente código?
```python print(24 * 71) ```
1704
What is the output of the following code?
```python print(66 + 38) ```
104
¿Cuál es la salida del siguiente código?
```python print(76 - 91) ```
-15
¿Cuál es la salida del siguiente código?
```python print(64 + 12) ```
76
¿Cuál es la salida del siguiente código?
```python print(95 * 51) ```
4845
What is the output of the following code?
```python print(27 * 16) ```
432
¿Cuál es la salida del siguiente código?
```python print(81 - 83) ```
-2
¿Cuál es la salida del siguiente código?
```python print(45 * 85) ```
3825
What is the output of the following code?
```python print(57 + 36) ```
93
¿Cuál es la salida del siguiente código?
```python print(52 + 44) ```
96
What is the output of the following code?
```python print(79 * 99) ```
7821
What is the output of the following code?
```python print(4 * 28) ```
112
¿Cuál es la salida del siguiente código?
```python print(6 * 43) ```
258
What is the output of the following code?
```python print(74 * 34) ```
2516
What is the output of the following code?
```python print(23 + 74) ```
97
¿Cuál es la salida del siguiente código?
```python print(26 - 90) ```
-64
What is the output of the following code?
```python print(68 - 26) ```
42
¿Cuál es la salida del siguiente código?
```python print(31 - 17) ```
14
¿Cuál es la salida del siguiente código?
```python print(45 * 36) ```
1620
What is the output of the following code?
```python print(32 * 38) ```
1216
¿Cuál es la salida del siguiente código?
```python print(3 * 50) ```
150
¿Cuál es la salida del siguiente código?
```python print(37 - 36) ```
1
¿Cuál es la salida del siguiente código?
```python print(87 - 85) ```
2
What is the output of the following code?
```python print(23 + 28) ```
51
What is the output of the following code?
```python print(12 + 23) ```
35
What is the output of the following code?
```python print(92 - 98) ```
-6
¿Cuál es la salida del siguiente código?
```python print(25 + 49) ```
74
¿Cuál es la salida del siguiente código?
```python print(49 - 15) ```
34
¿Cuál es la salida del siguiente código?
```python print(26 + 29) ```
55
What is the output of the following code?
```python print(89 * 67) ```
5963
¿Cuál es la salida del siguiente código?
```python print(73 * 11) ```
803
What is the output of the following code?
```python print(90 - 25) ```
65
What is the output of the following code?
```python print(1 - 5) ```
-4
¿Cuál es la salida del siguiente código?
```python print(22 + 95) ```
117
¿Cuál es la salida del siguiente código?
```python print(33 * 44) ```
1452