Real Python: Quiz: What Does -> Mean in Python Function Definitions?
In this quiz, you will revisit how Python uses the arrow notation (->) in function signatures to provide return type hints. Practice identifying correct syntax, annotating containers, and understanding the role of tools like mypy.
Brush up on key concepts, clarify where and how to use return type hints, and see practical examples inWhat Does -> Mean in Python Function Definitions?.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days.>> Click here to learn more and see examples]
https://realpython.com/quizzes/what-does-arrow-mean-in-python/