print(0, not not 0) print("", not not "") print(nil, not not nil) print(false, not not false) print("hi", not not "hi")