Have You Tried Turning It Off And On Again?

Have You Tried Turning It Off And On Again?
python-memes, error-handling-memes, it-crowd-memes, debugging-memes, exception-memes | ProgrammerHumor.io

This Python code is the programmer equivalent of IT Crowd wisdom. It tries to find the maximum value in an empty list (which will throw an error), then catches the exception by... restarting the script. Essentially coding "have you tried turning it off and on again?" into your error handling. The digital equivalent of kicking the vending machine when your snack gets stuck.

More Like This