Ask Question
15 May, 09:09

Write the following arithematic expression using operaters in python

a) a^4+b^4

+5
Answers (1)
  1. 15 May, 12:49
    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?
Get an answer to your question ✅ “Write the following arithematic expression using operaters in python a) a^4+b^4 ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers