0
Can Somebody please explain me Exponentiation output?
2 Respostas
+ 1
What language are you talking about? Where's the code snippet that you have problems understanding?
0
If you are talking about the "Exponentiation" python exercise:
It asks u to calculate the value of a small number after 30 days of doubling each day. On first day is 0.01 on second is 0.01*2 on third is 0.01*2*2 etc...