Computer Science, asked by sachinkand18, 8 months ago

how will you calculate 4.5^5 in python

Answers

Answered by div2007
3

Answer:

Python has three ways to exponentiate values: The ** operator. To program 25 we do 2 ** 5 . The built-in pow() function.

Answered by purvashyama
0

Explanation:

  1. we \: have \: built \: in \: function \: called \: pow(4.5 \: 5) \\
Similar questions