Thursday , September 19 2024

The ** operator:

The ** operator:

  • does not exist
  • performs exponentiation
  • performs duplicated multiplication
  • performs floating-point multiplication

Explanation: The ** operator performs the exponent arithmetic in Python. It is also called the power operator.

More Questions: Python Essentials 1 – Module 2 Test