You might be using assert wrong (Python)
highertier.com
You might be using assert wrong (Python)
1–2 of 2 posts
Re: You might be using assert wrong (Python)
#2Asserting the presence of critical data without which the program cannot function is valid. But failing gracefully and asking again for user or network data is correct.