instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(85 - 14) ```
71
What is the output of the following code?
```python print(31 - 41) ```
-10
¿Cuál es la salida del siguiente código?
```python print(95 + 51) ```
146
What is the output of the following code?
```python print(25 - 78) ```
-53
¿Cuál es la salida del siguiente código?
```python print(34 + 44) ```
78
¿Cuál es la salida del siguiente código?
```python print(92 * 11) ```
1012
What is the output of the following code?
```python print(45 * 13) ```
585
¿Cuál es la salida del siguiente código?
```python print(48 * 45) ```
2160
What is the output of the following code?
```python print(22 * 93) ```
2046
What is the output of the following code?
```python print(85 * 46) ```
3910
¿Cuál es la salida del siguiente código?
```python print(11 - 98) ```
-87
¿Cuál es la salida del siguiente código?
```python print(29 - 94) ```
-65
¿Cuál es la salida del siguiente código?
```python print(41 - 26) ```
15
What is the output of the following code?
```python print(31 * 1) ```
31
What is the output of the following code?
```python print(95 - 31) ```
64
¿Cuál es la salida del siguiente código?
```python print(95 * 16) ```
1520
What is the output of the following code?
```python print(12 * 83) ```
996
¿Cuál es la salida del siguiente código?
```python print(58 + 68) ```
126
¿Cuál es la salida del siguiente código?
```python print(13 + 85) ```
98
¿Cuál es la salida del siguiente código?
```python print(22 + 56) ```
78
What is the output of the following code?
```python print(3 * 11) ```
33
What is the output of the following code?
```python print(70 * 69) ```
4830
¿Cuál es la salida del siguiente código?
```python print(27 * 94) ```
2538
What is the output of the following code?
```python print(31 * 6) ```
186
What is the output of the following code?
```python print(100 + 46) ```
146
What is the output of the following code?
```python print(51 - 82) ```
-31
What is the output of the following code?
```python print(87 * 10) ```
870
¿Cuál es la salida del siguiente código?
```python print(88 * 57) ```
5016
¿Cuál es la salida del siguiente código?
```python print(99 * 86) ```
8514
¿Cuál es la salida del siguiente código?
```python print(31 - 9) ```
22
¿Cuál es la salida del siguiente código?
```python print(13 + 17) ```
30
What is the output of the following code?
```python print(56 * 60) ```
3360
¿Cuál es la salida del siguiente código?
```python print(89 * 68) ```
6052
What is the output of the following code?
```python print(18 * 69) ```
1242
¿Cuál es la salida del siguiente código?
```python print(18 - 93) ```
-75
What is the output of the following code?
```python print(34 - 60) ```
-26
¿Cuál es la salida del siguiente código?
```python print(35 * 12) ```
420
¿Cuál es la salida del siguiente código?
```python print(95 - 86) ```
9
¿Cuál es la salida del siguiente código?
```python print(16 + 16) ```
32
What is the output of the following code?
```python print(85 * 54) ```
4590
What is the output of the following code?
```python print(74 - 65) ```
9
¿Cuál es la salida del siguiente código?
```python print(6 + 18) ```
24
What is the output of the following code?
```python print(76 - 41) ```
35
¿Cuál es la salida del siguiente código?
```python print(57 * 91) ```
5187
¿Cuál es la salida del siguiente código?
```python print(29 - 51) ```
-22
What is the output of the following code?
```python print(92 - 99) ```
-7
¿Cuál es la salida del siguiente código?
```python print(74 * 28) ```
2072
What is the output of the following code?
```python print(76 - 70) ```
6
What is the output of the following code?
```python print(53 + 46) ```
99
¿Cuál es la salida del siguiente código?
```python print(49 - 26) ```
23
What is the output of the following code?
```python print(86 * 23) ```
1978
¿Cuál es la salida del siguiente código?
```python print(22 * 13) ```
286
¿Cuál es la salida del siguiente código?
```python print(88 + 35) ```
123
¿Cuál es la salida del siguiente código?
```python print(88 * 1) ```
88
¿Cuál es la salida del siguiente código?
```python print(97 * 8) ```
776
¿Cuál es la salida del siguiente código?
```python print(49 + 79) ```
128
¿Cuál es la salida del siguiente código?
```python print(53 - 73) ```
-20
What is the output of the following code?
```python print(51 + 74) ```
125
What is the output of the following code?
```python print(74 - 27) ```
47
What is the output of the following code?
```python print(90 * 97) ```
8730
What is the output of the following code?
```python print(73 + 100) ```
173
¿Cuál es la salida del siguiente código?
```python print(1 - 46) ```
-45
What is the output of the following code?
```python print(90 * 8) ```
720
What is the output of the following code?
```python print(7 * 92) ```
644
¿Cuál es la salida del siguiente código?
```python print(88 + 17) ```
105
¿Cuál es la salida del siguiente código?
```python print(1 * 50) ```
50
What is the output of the following code?
```python print(1 * 87) ```
87
What is the output of the following code?
```python print(59 - 36) ```
23
¿Cuál es la salida del siguiente código?
```python print(48 - 61) ```
-13
¿Cuál es la salida del siguiente código?
```python print(51 + 60) ```
111
¿Cuál es la salida del siguiente código?
```python print(99 * 53) ```
5247
¿Cuál es la salida del siguiente código?
```python print(76 - 22) ```
54
¿Cuál es la salida del siguiente código?
```python print(59 - 20) ```
39
What is the output of the following code?
```python print(44 * 56) ```
2464
¿Cuál es la salida del siguiente código?
```python print(55 * 91) ```
5005
What is the output of the following code?
```python print(17 * 52) ```
884
¿Cuál es la salida del siguiente código?
```python print(55 + 96) ```
151
¿Cuál es la salida del siguiente código?
```python print(30 - 56) ```
-26
¿Cuál es la salida del siguiente código?
```python print(83 * 29) ```
2407
¿Cuál es la salida del siguiente código?
```python print(96 - 97) ```
-1
What is the output of the following code?
```python print(27 + 65) ```
92
What is the output of the following code?
```python print(64 * 37) ```
2368
¿Cuál es la salida del siguiente código?
```python print(52 + 66) ```
118
What is the output of the following code?
```python print(2 - 17) ```
-15
What is the output of the following code?
```python print(98 + 100) ```
198
¿Cuál es la salida del siguiente código?
```python print(16 + 62) ```
78
What is the output of the following code?
```python print(9 - 14) ```
-5
¿Cuál es la salida del siguiente código?
```python print(90 + 46) ```
136
¿Cuál es la salida del siguiente código?
```python print(28 * 13) ```
364
¿Cuál es la salida del siguiente código?
```python print(43 * 11) ```
473
¿Cuál es la salida del siguiente código?
```python print(49 + 43) ```
92
What is the output of the following code?
```python print(96 * 13) ```
1248
What is the output of the following code?
```python print(100 + 25) ```
125
What is the output of the following code?
```python print(47 * 53) ```
2491
¿Cuál es la salida del siguiente código?
```python print(39 * 6) ```
234
¿Cuál es la salida del siguiente código?
```python print(13 * 75) ```
975
¿Cuál es la salida del siguiente código?
```python print(57 * 41) ```
2337
¿Cuál es la salida del siguiente código?
```python print(96 * 99) ```
9504
¿Cuál es la salida del siguiente código?
```python print(66 - 91) ```
-25
¿Cuál es la salida del siguiente código?
```python print(50 * 87) ```
4350