What are the arithmetic operators that python supports?
Answer / Vivek Chandel
Python supports addition (+), subtraction (-), multiplication (*), division (/), modulus (%), exponentiation (**), floor division (//), and bitwise operators like AND (&), OR (|), XOR (^), left shift (<<), right shift (>>), and inversion (~).
| Is This Answer Correct ? | 0 Yes | 0 No |
Will python support object oriented?
What is the cost of python certification?
What does the term ‘monkey patching’ refers to in python?
What is map, filter and reduce in python?
Can we use break in if statement in python?
When do you use list vs. tuple vs. dictionary vs. set?
What is the with statement in python?
What is a namedtuple?
What are the optional statements that can be used inside a <try-except> block in python?
Why python is so popular with developers?
What is encapsulation in python?
How can you access a module written in python from c?