yes
So in this case the delimiter '\n\ will be applied after each loop, right?
https://docs.python.org/3/library/math.html#math.pow
Unlike the built-in ** operator, math.pow() converts both its arguments to type float. Use ** or the built-in pow() function for computing exact integer powers.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
yes
So in this case the delimiter '\n\ will be applied after each loop, right?
https://docs.python.org/3/library/math.html#math.pow
This comment is hidden because it contains spoiler information about the solution