NumPy is one of the most important libraries for numerical computing in Python and serves as the foundation for many data science, machine learning, and scientific computing tools. This notebook ...
# Ask the user for a number and return a list that contains only elements from the original list a that are smaller than that number given by the user.