def has_apples(apples) -> bool: return bool(apples or False) # [simplifiable-condition]