Computer Science, asked by krishnagupta8055, 1 year ago

Define pow(x, y) function in Python ?

Answers

Answered by 000khushi
0
The pow() method returns x to the power of y. If the third argument (z) is given, it returns x to the power of y modulus z, i.e. pow(x, y) % z.
Answered by VenomBIast
0

\huge{\underline{\underline{\tt{\red{Answer~ -}}}}}

  • The pow() function returns the value of x to the power of y (xy). If a third parameter is present, it returns x to the power of y, modulus z.
Similar questions