alx-backend-python.


This repository contains different python code which are mostly used to implement backend concepts. it is provided by the alx software engineering to the alx students who specilized on backend web development.

0x00-python_variable_annotations Function annotations are arbitrary python expressions that are associated with various part of functions. These expressions are evaluated at compile time and have no life in python’s runtime environment. Python does not attach any meaning to these annotations. They take life when interpreted by third party libraries, for example, mypy.