Computer Science Paper 2 Mocks. > The common arithmetic and comparison operators > Flashcards
How do we represent exponentiation in python?
- Power.
What is Modulus?
What is div?
What does == mean?
What does != mean?
Not equals to.
What does < mean?
What does <= mean?
Less than and equal to.
What does > mean?
What does >= mean?