print(0, not not 0) print("", not not "") print(None, not not None) print(False, not not False) print("hi", not not "hi")