``` from cataclysm import doom
def mystery_func(): while True: pass
# predict if specified function halts print(doom.does_it_halt(mystery_func)) ```
I'll have to try that when I get back to my desk!
``` from cataclysm import doom
def mystery_func(): while True: pass
# predict if specified function halts print(doom.does_it_halt(mystery_func)) ```