Answer:
B:2 should be the first answer
C: 14 the second
Answer:
The function is as follows:
import math
def func(x,y,z):
print(math.pow(x, z))
print(math.pow(x,math.pow(y, z)))
print(math.fabs(y))
print(math.sqrt(math.pow(x*y,z)))
Explanation:
This imports the math library
import math
This defines the function
def func(x,y,z):
Print the stated outputs as it is in the question
<em> print(math.pow(x, z)) ---> x to power x</em>
<em> print(math.pow(x,math.pow(y, z))) ---- x to power of y of z</em>
<em> print(math.fabs(y)) ---- absolute of y</em>
<em> print(math.sqrt(math.pow(x*y,z))) --- square root of xy power x</em>
<em />
YES its TRUE the answer is A. true. Spreadsheet is like excel that contains built in formula and ready to use. You just have to explore more on its environment and research more about the spreadsheet so that your work will easily be done