def get_value(): return True if value := get_value(): print("True") else: print("False")