0
Finance App
Please can someone explain the answer of finance app, in python for beginners.?
4 Respostas
+ 7
Abdul Qavi please use the search bar before asking as this question has been asked and answered several times.
savings = input()
#change savings from a string to a float
savings = float(savings) ....
balance = ....
balance = str(balance) ....
https://www.sololearn.com/discuss/3227921/?ref=app
https://www.sololearn.com/discuss/3245329/?ref=app
https://www.sololearn.com/discuss/3237648/?ref=app
https://www.sololearn.com/discuss/3215123/?ref=app
https://www.sololearn.com/discuss/3241155/?ref=app
https://www.sololearn.com/discuss/3228629/?ref=app
https://www.sololearn.com/discuss/3240676/?ref=app
https://www.sololearn.com/discuss/3250955/?ref=app
https://www.sololearn.com/discuss/3228700/?ref=app
https://www.sololearn.com/discuss/3232028/?ref=app
+ 3
Can you show your code?
+ 1
What exactly are you having trouble with?
0
It asked me to take two inputs, and make two outputs by using different variables, and also it increases in 1.05% per year . I have tried every code I know to solve it but it shows error.please help.....!