On 10/07/20 8:05 am, Christopher Barker wrote:
if not (withrdrawal_amount > balance):
     give_cash_to_customer(withdrawal_amount)

Unfortunately, with my luck they will have coded it as

if withdrawal_amount <= balance:
     give_cash_to_customer(withdrawal_amount)

But my bigger concern is that the NaN in my bank account
will spread to other people's accounts, and to other banks,
and eventually lead to collapse of the entire worldwide
financial system.

(Or maybe this has already happened? We were *told* the
global financial crash was caused by dodgy mortgages,
but...)

--
Greg
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/6NW4FLFYY3RIWDGGY2DIJPFSGN2V62MQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to