hello there,can anyone help me out on pythons finance application lesson? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

hello there,can anyone help me out on pythons finance application lesson?

python

12th Oct 2023, 3:28 PM
shahriyar Shargh
shahriyar Shargh - avatar
8 Answers
+ 2
shahriyar Shargh To convert in string use str function savings = str(savings)
12th Oct 2023, 3:45 PM
A͢J
A͢J - avatar
+ 4
Attempts?
12th Oct 2023, 3:29 PM
A͢J
A͢J - avatar
+ 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
12th Oct 2023, 3:40 PM
Wong Hei Ming
Wong Hei Ming - avatar
+ 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.
12th Oct 2023, 3:48 PM
Wong Hei Ming
Wong Hei Ming - avatar
+ 1
i got something that works savings = float(input()) savings =savings*(1.05) print ("Amount in 1 year:", savings)
12th Oct 2023, 3:43 PM
shahriyar Shargh
shahriyar Shargh - avatar
+ 1
just typing the following works
12th Oct 2023, 3:46 PM
shahriyar Shargh
shahriyar Shargh - avatar
0
I've made a couple of tries but i seem to be having a problem with converting the balance to a string
12th Oct 2023, 3:31 PM
shahriyar Shargh
shahriyar Shargh - avatar
0
I heard of this course for the first time
14th Oct 2023, 10:02 AM
sweetswing2460