Arithmetic operators
5 important questions on Arithmetic operators
What is a binary operator
What is the output of the following snippet?
print((2 % -4), (2 % 4), (2 ** 3 ** 2))
When both ** arguments are integers (2 ** 3), the result is... (Integer / Float)
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
The result of a double division operator with at least one float is always (Integer / Float) print(7. // 3)
What is the only operator that uses right sided binding?
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding