hello! so basically I have a question on a if greater than… here’s the problem == “Within the following elif
statement, write an inner if...else
that checks if the transfer amount is greater than the savings balance. If the amount is indeed greater, in the else statement, assign transaction_status
to the variable trans_error
+ str(checking_balance)
.”
so I thought myself well it’s going to be if amount >= saving_balance, ------- but it turns out this is not the case its actually ---------- if amount <= savings_balance: but doesn’t <= mean less than or equal to? I thought I was trying to see if the amount is greater than savings balance so >=. but according to the solution page on my jupyter notebook its <=
Please someone help clarifying this for me
Thx!
If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer!