instruction
stringclasses
6 values
input
stringlengths
0
38
output
stringlengths
1
55
What is the output of the following code?
```python print(79 - 80) ```
-1
What is the output of the following code?
```python print(52 + 31) ```
83
¿Cuál es la salida del siguiente código?
```python print(53 * 4) ```
212
¿Cuál es la salida del siguiente código?
```python print(22 * 90) ```
1980
What is the output of the following code?
```python print(17 * 59) ```
1003
¿Cuál es la salida del siguiente código?
```python print(20 * 53) ```
1060
What is the output of the following code?
```python print(13 - 62) ```
-49
What is the output of the following code?
```python print(56 * 63) ```
3528
¿Cuál es la salida del siguiente código?
```python print(43 * 26) ```
1118
What is the output of the following code?
```python print(38 * 27) ```
1026
¿Cuál es la salida del siguiente código?
```python print(76 - 29) ```
47
¿Cuál es la salida del siguiente código?
```python print(56 * 91) ```
5096
¿Cuál es la salida del siguiente código?
```python print(59 - 19) ```
40
What is the output of the following code?
```python print(16 - 13) ```
3
What is the output of the following code?
```python print(48 + 47) ```
95
¿Cuál es la salida del siguiente código?
```python print(34 + 49) ```
83
What is the output of the following code?
```python print(87 + 32) ```
119
¿Cuál es la salida del siguiente código?
```python print(97 - 83) ```
14
What is the output of the following code?
```python print(7 - 5) ```
2
What is the output of the following code?
```python print(25 - 27) ```
-2
What is the output of the following code?
```python print(70 - 1) ```
69
What is the output of the following code?
```python print(20 + 54) ```
74
What is the output of the following code?
```python print(97 - 14) ```
83
¿Cuál es la salida del siguiente código?
```python print(83 * 40) ```
3320
¿Cuál es la salida del siguiente código?
```python print(34 * 1) ```
34
What is the output of the following code?
```python print(34 * 60) ```
2040
¿Cuál es la salida del siguiente código?
```python print(86 * 93) ```
7998
¿Cuál es la salida del siguiente código?
```python print(6 + 64) ```
70
¿Cuál es la salida del siguiente código?
```python print(93 + 28) ```
121
What is the output of the following code?
```python print(57 * 45) ```
2565
¿Cuál es la salida del siguiente código?
```python print(87 * 86) ```
7482
¿Cuál es la salida del siguiente código?
```python print(98 * 95) ```
9310
¿Cuál es la salida del siguiente código?
```python print(94 * 59) ```
5546
¿Cuál es la salida del siguiente código?
```python print(37 + 18) ```
55
¿Cuál es la salida del siguiente código?
```python print(15 + 39) ```
54
What is the output of the following code?
```python print(34 * 40) ```
1360
What is the output of the following code?
```python print(71 * 20) ```
1420
¿Cuál es la salida del siguiente código?
```python print(67 + 67) ```
134
What is the output of the following code?
```python print(81 - 60) ```
21
¿Cuál es la salida del siguiente código?
```python print(34 - 74) ```
-40
¿Cuál es la salida del siguiente código?
```python print(77 + 80) ```
157
What is the output of the following code?
```python print(11 + 75) ```
86
¿Cuál es la salida del siguiente código?
```python print(50 - 67) ```
-17
¿Cuál es la salida del siguiente código?
```python print(45 - 10) ```
35
¿Cuál es la salida del siguiente código?
```python print(30 - 18) ```
12
What is the output of the following code?
```python print(77 + 21) ```
98
What is the output of the following code?
```python print(73 + 7) ```
80
¿Cuál es la salida del siguiente código?
```python print(24 + 70) ```
94
¿Cuál es la salida del siguiente código?
```python print(78 - 51) ```
27
¿Cuál es la salida del siguiente código?
```python print(20 * 7) ```
140
¿Cuál es la salida del siguiente código?
```python print(91 * 53) ```
4823
What is the output of the following code?
```python print(2 - 86) ```
-84
What is the output of the following code?
```python print(35 * 53) ```
1855
¿Cuál es la salida del siguiente código?
```python print(57 + 71) ```
128
What is the output of the following code?
```python print(41 - 41) ```
0
What is the output of the following code?
```python print(29 - 71) ```
-42
What is the output of the following code?
```python print(74 + 39) ```
113
¿Cuál es la salida del siguiente código?
```python print(24 + 7) ```
31
¿Cuál es la salida del siguiente código?
```python print(26 * 34) ```
884
¿Cuál es la salida del siguiente código?
```python print(14 * 71) ```
994
¿Cuál es la salida del siguiente código?
```python print(12 + 69) ```
81
What is the output of the following code?
```python print(68 * 68) ```
4624
What is the output of the following code?
```python print(65 - 82) ```
-17
¿Cuál es la salida del siguiente código?
```python print(56 + 47) ```
103
¿Cuál es la salida del siguiente código?
```python print(64 + 75) ```
139
What is the output of the following code?
```python print(26 + 34) ```
60
¿Cuál es la salida del siguiente código?
```python print(84 - 8) ```
76
What is the output of the following code?
```python print(92 * 48) ```
4416
What is the output of the following code?
```python print(87 - 14) ```
73
¿Cuál es la salida del siguiente código?
```python print(56 * 67) ```
3752
What is the output of the following code?
```python print(83 - 13) ```
70
What is the output of the following code?
```python print(55 + 7) ```
62
¿Cuál es la salida del siguiente código?
```python print(15 * 18) ```
270
¿Cuál es la salida del siguiente código?
```python print(50 - 51) ```
-1
What is the output of the following code?
```python print(44 - 24) ```
20
What is the output of the following code?
```python print(63 + 79) ```
142
What is the output of the following code?
```python print(9 + 5) ```
14
What is the output of the following code?
```python print(62 * 87) ```
5394
What is the output of the following code?
```python print(25 - 16) ```
9
¿Cuál es la salida del siguiente código?
```python print(16 - 3) ```
13
¿Cuál es la salida del siguiente código?
```python print(99 + 7) ```
106
What is the output of the following code?
```python print(46 - 14) ```
32
¿Cuál es la salida del siguiente código?
```python print(23 * 67) ```
1541
What is the output of the following code?
```python print(91 - 24) ```
67
¿Cuál es la salida del siguiente código?
```python print(21 - 96) ```
-75
¿Cuál es la salida del siguiente código?
```python print(16 - 92) ```
-76
¿Cuál es la salida del siguiente código?
```python print(64 * 61) ```
3904
What is the output of the following code?
```python print(16 - 30) ```
-14
What is the output of the following code?
```python print(95 + 38) ```
133
¿Cuál es la salida del siguiente código?
```python print(20 - 39) ```
-19
¿Cuál es la salida del siguiente código?
```python print(41 - 35) ```
6
¿Cuál es la salida del siguiente código?
```python print(22 * 14) ```
308
¿Cuál es la salida del siguiente código?
```python print(32 * 65) ```
2080
What is the output of the following code?
```python print(21 * 94) ```
1974
What is the output of the following code?
```python print(6 * 80) ```
480
¿Cuál es la salida del siguiente código?
```python print(62 + 82) ```
144
¿Cuál es la salida del siguiente código?
```python print(81 * 99) ```
8019
¿Cuál es la salida del siguiente código?
```python print(22 + 58) ```
80
¿Cuál es la salida del siguiente código?
```python print(53 * 9) ```
477
What is the output of the following code?
```python print(22 * 10) ```
220