def fruit_is_dangerous_for_cat(fruit: str) -> bool: """This list is only a silly example, don't make decision regarding your cat diet based on it.""" return fruit in {"cherry", "grapes"}