Crus4

logo

Arithmetic Operators Python

Arithmetic Operators Python Python can also be used to perform mathematical operations, like Addition, Subtraction, Multiplication, Division etc. To do a calculation in Python you have to just enter the mathematical expression between the brackets after the print statement. Like this! Output 7 Note:- The space between the numbers and mathematical operators is not necessarily, […]