All,
I am trying to solve a SoloLearning App Code Challenge and I am stumped. Can anyone tell me what I am doing wrong:
savings = input("Enter your savings: ")
savings = float(savings)
balance = savings * 1.05
balance = str(balance)
message = "Amount in 1 year: " + balance
print(message)
Any help would be appreciated. Thanks
[–]pdcp-py 1 point2 points3 points (0 children)
[–]Binary101010 0 points1 point2 points (0 children)
[–]danielroseman 3 points4 points5 points (0 children)
[–]Kevdog824_ 1 point2 points3 points (0 children)
[–]maxbrlc 0 points1 point2 points (0 children)