Write Python statement for the following in interactive mode:
7 Likes
1.
>>> 3 + 8.0 + 6 * 12
2.
>>> print(16 + 5.0 + 44.0)
Answered By
5 Likes
What is an expression and a statement ?
In how many different ways, can you work in Python?
What are operators? Give examples of some unary and binary operators.
What are advantages/disadvantages of working in Interactive mode in Python?