Learn Before
Relation

Examples of Operator-Operand Expressions

  • 4 + 4 = 8
  • 9 - 7 = 2
  • 6 * 6 = 36
  • 6 ** 2 = 36
  • 4 / 2 = 2
  • 19 // 5 = 3
  • 5 % 3 = 2

0

1

Updated 2020-09-03

Tags

Data Science