Operators

An overview into the operators that can be performed in Python, including mathematical, logical, and relational operations on data.
  • Find and output the remainder of 27 divided by 7
  • Output 75 divided by 7 as a decimal number
    • As an integer
  • Using logical operators, output 2 statements that are true and 2 that are false