Exercises / python
Did any tool fail?
any_failed(trace) is True if any row has ok equal to False. Use any(). Print both a mixed trace and an all-ok trace.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.
Exercises / python
any_failed(trace) is True if any row has ok equal to False. Use any(). Print both a mixed trace and an all-ok trace.
Run to execute this in your browser. Nothing is sent to a server.