instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(55 + 23) ```
78
What is the output of the following code?
```python print(44 - 70) ```
-26
What is the output of the following code?
```python print(51 * 52) ```
2652
What is the output of the following code?
```python print(66 * 9) ```
594
¿Cuál es la salida del siguiente código?
```python print(85 + 31) ```
116
What is the output of the following code?
```python print(75 * 5) ```
375
¿Cuál es la salida del siguiente código?
```python print(57 * 27) ```
1539
What is the output of the following code?
```python print(91 * 94) ```
8554
¿Cuál es la salida del siguiente código?
```python print(10 * 66) ```
660
¿Cuál es la salida del siguiente código?
```python print(80 - 4) ```
76
¿Cuál es la salida del siguiente código?
```python print(78 - 95) ```
-17
What is the output of the following code?
```python print(71 - 91) ```
-20
What is the output of the following code?
```python print(23 + 19) ```
42
¿Cuál es la salida del siguiente código?
```python print(81 - 57) ```
24
What is the output of the following code?
```python print(41 * 81) ```
3321
¿Cuál es la salida del siguiente código?
```python print(73 + 23) ```
96
¿Cuál es la salida del siguiente código?
```python print(72 - 64) ```
8
What is the output of the following code?
```python print(94 - 95) ```
-1
¿Cuál es la salida del siguiente código?
```python print(35 - 94) ```
-59
¿Cuál es la salida del siguiente código?
```python print(75 + 66) ```
141
¿Cuál es la salida del siguiente código?
```python print(53 * 21) ```
1113
¿Cuál es la salida del siguiente código?
```python print(69 - 65) ```
4
What is the output of the following code?
```python print(7 - 100) ```
-93
¿Cuál es la salida del siguiente código?
```python print(39 - 63) ```
-24
¿Cuál es la salida del siguiente código?
```python print(29 + 7) ```
36
¿Cuál es la salida del siguiente código?
```python print(1 + 71) ```
72
What is the output of the following code?
```python print(17 + 32) ```
49
What is the output of the following code?
```python print(4 + 8) ```
12
What is the output of the following code?
```python print(86 + 53) ```
139
¿Cuál es la salida del siguiente código?
```python print(58 * 59) ```
3422
What is the output of the following code?
```python print(49 + 72) ```
121
What is the output of the following code?
```python print(23 * 20) ```
460
What is the output of the following code?
```python print(96 - 24) ```
72
What is the output of the following code?
```python print(54 * 54) ```
2916
¿Cuál es la salida del siguiente código?
```python print(4 * 53) ```
212
What is the output of the following code?
```python print(8 - 51) ```
-43
What is the output of the following code?
```python print(26 * 21) ```
546
What is the output of the following code?
```python print(99 * 78) ```
7722
¿Cuál es la salida del siguiente código?
```python print(51 + 53) ```
104
What is the output of the following code?
```python print(41 * 7) ```
287
What is the output of the following code?
```python print(24 - 97) ```
-73
What is the output of the following code?
```python print(16 * 28) ```
448
¿Cuál es la salida del siguiente código?
```python print(46 + 82) ```
128
¿Cuál es la salida del siguiente código?
```python print(25 + 64) ```
89
¿Cuál es la salida del siguiente código?
```python print(44 + 14) ```
58
What is the output of the following code?
```python print(69 + 13) ```
82
What is the output of the following code?
```python print(3 - 67) ```
-64
What is the output of the following code?
```python print(32 - 44) ```
-12
What is the output of the following code?
```python print(55 - 89) ```
-34
What is the output of the following code?
```python print(68 * 50) ```
3400
¿Cuál es la salida del siguiente código?
```python print(50 + 73) ```
123
¿Cuál es la salida del siguiente código?
```python print(48 * 9) ```
432
What is the output of the following code?
```python print(97 * 38) ```
3686
¿Cuál es la salida del siguiente código?
```python print(7 + 39) ```
46
¿Cuál es la salida del siguiente código?
```python print(93 + 100) ```
193
What is the output of the following code?
```python print(77 * 32) ```
2464
¿Cuál es la salida del siguiente código?
```python print(4 * 54) ```
216
What is the output of the following code?
```python print(20 + 41) ```
61
What is the output of the following code?
```python print(14 * 90) ```
1260
¿Cuál es la salida del siguiente código?
```python print(90 + 19) ```
109
¿Cuál es la salida del siguiente código?
```python print(95 - 3) ```
92
What is the output of the following code?
```python print(62 + 68) ```
130
¿Cuál es la salida del siguiente código?
```python print(19 * 30) ```
570
What is the output of the following code?
```python print(76 + 17) ```
93
What is the output of the following code?
```python print(95 + 49) ```
144
¿Cuál es la salida del siguiente código?
```python print(42 + 95) ```
137
What is the output of the following code?
```python print(76 + 100) ```
176
What is the output of the following code?
```python print(57 + 21) ```
78
¿Cuál es la salida del siguiente código?
```python print(95 - 71) ```
24
What is the output of the following code?
```python print(41 - 51) ```
-10
¿Cuál es la salida del siguiente código?
```python print(10 - 85) ```
-75
What is the output of the following code?
```python print(77 + 74) ```
151
¿Cuál es la salida del siguiente código?
```python print(28 - 93) ```
-65
What is the output of the following code?
```python print(16 * 94) ```
1504
¿Cuál es la salida del siguiente código?
```python print(93 * 5) ```
465
¿Cuál es la salida del siguiente código?
```python print(30 * 27) ```
810
What is the output of the following code?
```python print(41 + 18) ```
59
What is the output of the following code?
```python print(41 - 99) ```
-58
What is the output of the following code?
```python print(81 + 86) ```
167
¿Cuál es la salida del siguiente código?
```python print(15 - 31) ```
-16
¿Cuál es la salida del siguiente código?
```python print(36 + 93) ```
129
¿Cuál es la salida del siguiente código?
```python print(20 - 32) ```
-12
¿Cuál es la salida del siguiente código?
```python print(12 - 82) ```
-70
¿Cuál es la salida del siguiente código?
```python print(32 * 70) ```
2240
What is the output of the following code?
```python print(79 * 72) ```
5688
What is the output of the following code?
```python print(64 * 26) ```
1664
What is the output of the following code?
```python print(61 + 84) ```
145
¿Cuál es la salida del siguiente código?
```python print(86 + 69) ```
155
¿Cuál es la salida del siguiente código?
```python print(35 * 97) ```
3395
¿Cuál es la salida del siguiente código?
```python print(93 - 57) ```
36
What is the output of the following code?
```python print(50 + 3) ```
53
¿Cuál es la salida del siguiente código?
```python print(58 * 3) ```
174
What is the output of the following code?
```python print(40 * 44) ```
1760
¿Cuál es la salida del siguiente código?
```python print(38 - 1) ```
37
¿Cuál es la salida del siguiente código?
```python print(59 + 48) ```
107
What is the output of the following code?
```python print(54 - 63) ```
-9
¿Cuál es la salida del siguiente código?
```python print(8 * 33) ```
264
What is the output of the following code?
```python print(75 + 87) ```
162
¿Cuál es la salida del siguiente código?
```python print(74 - 61) ```
13
What is the output of the following code?
```python print(3 * 84) ```
252