Computer Science, asked by faisalhaq088, 5 months ago

write the corresponding expression in python : |e²-x|

Answers

Answered by vaishnavishinde2515
0

Answer:

which std

Explanation:

Thanks for free point

Answered by Oreki
0

\textsf{\large \textbf{Given Expression}}

   |e^2 - x|

\textsf{\large \textbf{Python Expression}}

   \texttt{abs(e * e - x)}

Similar questions