Solution :
x = float_(input())
y = float_(input())
z = float_(input())
res1 = x**z
res2 = x**(y**z)
res3 = abs(x-y)
res4 = (x**z)**0.5
print('{:.2f} {:.2f} {:.2f} {:.2f}'.format(res1,res2,res3,res4))
Output is :
5.0
1.5
3.2
172.47 361.66 3.50 13.13
Answer:
answer is D
Explanation:
as the block returns the number of array members, the most likely scenario is the last one.
Answer:
Its word count so she knows how much words she is writing
Explanation:
Answer:
3 years of study - Bachelor's degree
2 years of research - Master's degree
3 years of research to earn a PhD
So, On total it would take 8 years!