Python · Debugging & Testing
You ship an API and use this to reject bad input: ``` def withdraw(amount): assert amount > 0, "must be positive" ... ``` Why is this a real security bug in production?
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
