Ask Question

Write the following arithematic expression using operaters in python

a) a^4+b^4

+3
Answers (1)
  1. 15 August, 09:17
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers