if working is not None:
    print('the thing works')
else:
    print('the thing does not work')