Computer Science, asked by akshitasree72, 5 months ago

write python expression for the following mathematical expression p + Q by r + s to the power 4​

Answers

Answered by anindyaadhikari13
4

Answer:-

The required python expression will be,

p +Q/r + s**4

Answered by BrainlyProgrammer
3

Answer:

Question:

  • Python Expression for  p + Q by r + s to the power 4​.

Answer:

  • p +Q/r + s**4

Explanation:

Similar questions