*Arithmetic Operators *
Arithmetic operators are those operators that
will help in performing an arithmetic
operation between the operands.
In this I am using Juypter notebook :-
Arithmetic Operators With its Descriptions
" + " Add
Eg :-
" - " Subtract
" * " Multiply
" / " Divide
" ** " Exponent
" // " Floor Division
" % " Modulus
Comparison Operators
Comparison operators are used to compare
two or more values.
Comparison Operators With its Descriptions
" < " Smaller
Eg :-
" > " Greater
" <= " Less than Equal to
" >= " Greater than Equal to
" == " Equals
Top comments (0)