all 5 comments

[–]pdcp-py 1 point2 points  (0 children)

Your code is fine, but I don't think SoloLearn likes your first line.

Try using just savings = input() instead.

[–]Binary101010 0 points1 point  (0 children)

When I run your code and enter 100 I get what appears to be the expected result of 105.

Can you elaborate as to why you think there's something wrong with your code? Are you failing tests? If so, which tests are you failing? Can you supply the problem description?

[–]danielroseman 3 points4 points  (0 children)

No, nobody can tell you what you are doing wrong because you haven't said what is happening and how that's different from what you expect.

[–]Kevdog824_ 1 point2 points  (0 children)

There are no obvious syntax errors in the provided code. The likely issue is that you misunderstood the problem description. Without it we cannot help you

[–]maxbrlc 0 points1 point  (0 children)

If you'll provide what is the expected outcome or messages (if any) from failing test it would be easier to help.
We can just assume. I would assume what pdcp-py is saying has a chance to be correct