How-to articles, tricks, and solutions about FUNCTION-DEFINITION
What does -> mean in Python function definitions?
In Python, the "->" symbol is used to indicate the return type of a function.