Python Numbers

For each of the following examples write down the answer you expect to see Python output.

6 * 77
1 / 2
1 / 2.0
(50 - 5*6) / 4
7 / -3
ij * 2
(3+1j)*2
0.1 * 5
2 * _