CBSE Class 11 Computer Science
Question 26 of 63
Introduction to Python Modules — Question 7
Back to all questionsDomainError
Reason — The math.pow() function computes the power of a number. In math.pow(0, -4), the expression represents 0 −4, which results in DomainError.