Python supports unary operators for no change and negation, + and -, respectively; and binary arithmetic operators +, -, *, /, //, %, and **, for addition ...
Python supports unary operators for no change and negation, + and -, respectively; and binary arithmetic operators +, -, *, /, //, %, and **, for addition ...
The first line contains the sum of the two numbers. The second line contains the difference of the two numbers (first - second). The third line contains the product of the two numbers.