5 ms·You might be using assert wrong (Python)2 points by rikatee 4y agojollyllama 4y agoAsserting 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.