Write Python statement for the following in interactive mode:
1.
>>> 3 + 8.0 + 6 * 12
2.
>>> print(16 + 5.0 + 44.0)