[Solved] Need help, got stuck with the python code [closed]
Something like this, where repetitive code is avoided and some error handling for user input: (Plus, you math was a little off, since 50,000, 100,000, and 200,000 are not being handled at all, example: (cost) < 50000 and (cost) > 50001 leaves 50,000 as a gap, since it is neither less than 50,000 or greater … Read more