NLP - Sentiment Analysis Advanced
What will be the output of this Python code snippet?
aspects = {"price": "neutral", "design": "positive"}
print(aspects.get("quality", "unknown"))