Python does not support the unary operators; rather, it supports augmented assignment operators.

The arithmetic operators it supports are as follows-
  • Addition- '+'
  • Subtraction- '-'
  • Multiplication- '*'
  • Division- '/:
  • Modulo division- '%'
  • Power of- '**'
  • Floor div- '//'
BY Best Interview Question ON 11 Jun 2020