instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
¿Cuál es la salida del siguiente código?
```python print(47 * 64) ```
3008
What is the output of the following code?
```python print(100 * 45) ```
4500
¿Cuál es la salida del siguiente código?
```python print(17 + 99) ```
116
¿Cuál es la salida del siguiente código?
```python print(85 + 89) ```
174
¿Cuál es la salida del siguiente código?
```python print(50 + 63) ```
113
What is the output of the following code?
```python print(59 + 5) ```
64
What is the output of the following code?
```python print(8 + 60) ```
68
¿Cuál es la salida del siguiente código?
```python print(31 + 33) ```
64
¿Cuál es la salida del siguiente código?
```python print(26 * 91) ```
2366
What is the output of the following code?
```python print(12 * 6) ```
72
What is the output of the following code?
```python print(43 * 99) ```
4257
What is the output of the following code?
```python print(16 + 35) ```
51
What is the output of the following code?
```python print(13 * 73) ```
949
What is the output of the following code?
```python print(35 - 19) ```
16
What is the output of the following code?
```python print(90 * 100) ```
9000
¿Cuál es la salida del siguiente código?
```python print(68 * 36) ```
2448
¿Cuál es la salida del siguiente código?
```python print(81 - 60) ```
21
What is the output of the following code?
```python print(71 - 97) ```
-26
¿Cuál es la salida del siguiente código?
```python print(23 - 57) ```
-34
What is the output of the following code?
```python print(68 * 83) ```
5644
¿Cuál es la salida del siguiente código?
```python print(79 + 34) ```
113
What is the output of the following code?
```python print(23 - 95) ```
-72
What is the output of the following code?
```python print(15 + 59) ```
74
¿Cuál es la salida del siguiente código?
```python print(59 * 80) ```
4720
¿Cuál es la salida del siguiente código?
```python print(1 - 74) ```
-73
What is the output of the following code?
```python print(78 - 73) ```
5
¿Cuál es la salida del siguiente código?
```python print(74 + 95) ```
169
¿Cuál es la salida del siguiente código?
```python print(74 + 50) ```
124
¿Cuál es la salida del siguiente código?
```python print(5 + 87) ```
92
¿Cuál es la salida del siguiente código?
```python print(22 * 75) ```
1650
What is the output of the following code?
```python print(19 + 15) ```
34
¿Cuál es la salida del siguiente código?
```python print(10 * 68) ```
680
¿Cuál es la salida del siguiente código?
```python print(28 * 97) ```
2716
¿Cuál es la salida del siguiente código?
```python print(98 - 23) ```
75
What is the output of the following code?
```python print(31 + 40) ```
71
What is the output of the following code?
```python print(38 - 82) ```
-44
¿Cuál es la salida del siguiente código?
```python print(76 * 66) ```
5016
¿Cuál es la salida del siguiente código?
```python print(39 * 32) ```
1248
¿Cuál es la salida del siguiente código?
```python print(34 + 3) ```
37
¿Cuál es la salida del siguiente código?
```python print(100 - 43) ```
57
What is the output of the following code?
```python print(76 * 30) ```
2280
¿Cuál es la salida del siguiente código?
```python print(76 * 3) ```
228
¿Cuál es la salida del siguiente código?
```python print(98 * 4) ```
392
¿Cuál es la salida del siguiente código?
```python print(68 * 77) ```
5236
What is the output of the following code?
```python print(8 - 54) ```
-46
¿Cuál es la salida del siguiente código?
```python print(45 - 75) ```
-30
¿Cuál es la salida del siguiente código?
```python print(81 * 9) ```
729
¿Cuál es la salida del siguiente código?
```python print(49 + 72) ```
121
¿Cuál es la salida del siguiente código?
```python print(39 - 26) ```
13
What is the output of the following code?
```python print(41 * 24) ```
984
What is the output of the following code?
```python print(70 + 37) ```
107
What is the output of the following code?
```python print(90 + 31) ```
121
What is the output of the following code?
```python print(8 + 56) ```
64
¿Cuál es la salida del siguiente código?
```python print(30 + 97) ```
127
What is the output of the following code?
```python print(30 * 4) ```
120
¿Cuál es la salida del siguiente código?
```python print(61 + 98) ```
159
What is the output of the following code?
```python print(21 - 66) ```
-45
What is the output of the following code?
```python print(55 * 17) ```
935
¿Cuál es la salida del siguiente código?
```python print(89 + 33) ```
122
¿Cuál es la salida del siguiente código?
```python print(59 + 79) ```
138
What is the output of the following code?
```python print(85 - 74) ```
11
What is the output of the following code?
```python print(43 + 70) ```
113
What is the output of the following code?
```python print(18 * 47) ```
846
What is the output of the following code?
```python print(11 * 21) ```
231
¿Cuál es la salida del siguiente código?
```python print(38 * 77) ```
2926
What is the output of the following code?
```python print(67 - 46) ```
21
¿Cuál es la salida del siguiente código?
```python print(12 * 63) ```
756
What is the output of the following code?
```python print(8 * 97) ```
776
¿Cuál es la salida del siguiente código?
```python print(100 * 20) ```
2000
¿Cuál es la salida del siguiente código?
```python print(95 + 74) ```
169
¿Cuál es la salida del siguiente código?
```python print(91 + 58) ```
149
¿Cuál es la salida del siguiente código?
```python print(93 * 67) ```
6231
¿Cuál es la salida del siguiente código?
```python print(32 - 100) ```
-68
What is the output of the following code?
```python print(3 + 45) ```
48
What is the output of the following code?
```python print(13 * 14) ```
182
What is the output of the following code?
```python print(39 * 85) ```
3315
¿Cuál es la salida del siguiente código?
```python print(28 * 38) ```
1064
What is the output of the following code?
```python print(36 * 64) ```
2304
What is the output of the following code?
```python print(70 * 12) ```
840
What is the output of the following code?
```python print(92 + 77) ```
169
¿Cuál es la salida del siguiente código?
```python print(22 - 51) ```
-29
¿Cuál es la salida del siguiente código?
```python print(79 - 67) ```
12
What is the output of the following code?
```python print(58 * 1) ```
58
What is the output of the following code?
```python print(99 * 92) ```
9108
¿Cuál es la salida del siguiente código?
```python print(73 + 58) ```
131
¿Cuál es la salida del siguiente código?
```python print(96 * 75) ```
7200
What is the output of the following code?
```python print(72 * 95) ```
6840
¿Cuál es la salida del siguiente código?
```python print(68 * 27) ```
1836
¿Cuál es la salida del siguiente código?
```python print(41 - 84) ```
-43
¿Cuál es la salida del siguiente código?
```python print(47 + 63) ```
110
¿Cuál es la salida del siguiente código?
```python print(90 + 2) ```
92
What is the output of the following code?
```python print(77 - 28) ```
49
What is the output of the following code?
```python print(22 + 13) ```
35
What is the output of the following code?
```python print(64 - 35) ```
29
What is the output of the following code?
```python print(84 * 51) ```
4284
What is the output of the following code?
```python print(22 + 58) ```
80
What is the output of the following code?
```python print(94 - 15) ```
79
What is the output of the following code?
```python print(57 * 82) ```
4674
What is the output of the following code?
```python print(57 + 24) ```
81
What is the output of the following code?
```python print(33 - 30) ```
3