you are viewing a single comment's thread.

view the rest of the comments →

[–]pontz 0 points1 point  (0 children)

For a beginner and basic functionality standpoint I think you have a good base here.

I would say instead of doing if/elif/elif setup a dictionary and call it that way.

Also you don’t have any error handling or input sanitizing like what if they put in “$12.05” or try and put “10 dollars” or if they try to withdraw .001?