0
hello there,can anyone help me out on pythons finance application lesson?
8 Réponses
+ 2
shahriyar Shargh
To convert in string use str function
savings = str(savings)
+ 4
Attempts?
+ 2
If you already tried, why not post the code so we can examine it and tell you what is wrong?
You can follow below instructions to post your code.
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
+ 2
A͢J was right, but you are cutting corners.
Just follow the hints and do it step by step.
You can write more complex code later when you got experience.
+ 1
i got something that works
savings = float(input())
savings =savings*(1.05)
print ("Amount in 1 year:", savings)
+ 1
just typing the following works
0
I've made a couple of tries but i seem to be having a problem with converting the balance to a string
0
I heard of this course for the first time