In Python, function annotations are type hints, or hints to the programmer about the types of a function's parameters and return values. This video gives a cursory, high level look at annotations as they concern functions.
#python #codingtutorial #learntocode