You might be using assert wrong (Python)(highertier.com)
highertier.com
You might be using assert wrong (Python)
https://highertier.com/2022/08/09/you-might-be-using-assert-wrong/
1 comments
Asserting 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.