Ask Question
12 May, 08:56

Write the following arithematic expression using operaters in python

a) a^4+b^4

+1
Answers (1)
  1. 12 May, 09:06
    0
    pow (a, 4) + pow (b, 4)

    Explanation:

    Pow (x, y) is used for power in python. Where x is base and y is exponent
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write the following arithematic expression using operaters in python a) a^4+b^4 ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers