- 3
Write a program to calculate the amount that will result from the doubling to understand which choice results in a larger amount
How can solve this question?
3 Respostas
0
Hi! Please, show us your attempt first.
0
a=0.01
b=2
print(int(a*(b**30)))
0
I think a is one variable (str) and now I must convert it to (int)
Thank