Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade -q


# what is Numpy?
# THE Numpy NumPy is an open-source numerical Python library. NumPy contains a multi-dimensional array and matrix data structures. It can be utilised to perform a number of mathematical
#operations on arrays such as trigonometric, statistical, and algebraic routines.

# function1 = np.sqrt

# function2 = np.sort

# function3 = np.greater

# function4 = np.lcm

# function5 = np.mean

# function6 = np.flip
import jovian
import numpy as np

# List of functions explained 

function1 = np.sqrt

function2 = np.sort

function3 = np.greater

function4 = np.lcm

function5 = np.mean

function6 = np.flip