0
Can anyone help me understand what I did wrong?
I thought I did it right, but for so me reas on my initial input message displays with the result and user never gets prompter for input. https://code.sololearn.com/cIPIGmehap2A/?ref=app
5 Answers
+ 3
AniZaTo .
You have already received the answer. Plz don't repeat your own questions.
https://www.sololearn.com/Discuss/3227371/?ref=app
+ 2
AniZaTo Its the way sololearn deals with user input. If you want to display your savings do
print(savings)
before the balance. This will print your savings with the text on the same line and will create a new line for your balance.
However if you dont want your balance to be on a new line you can print savings and message both like this.
print(str(savings) + â â + message)
+ 1
AniZaTo
Check if this meets your requirement or not.đ
https://code.sololearn.com/cb4nG9IdXJPl/?ref=app
0
check your indentations bro
0
Yas I can help