Computer Science, asked by mahi4004, 3 months ago

Define Function in computer

Answers

Answered by Oreki
3

\textbf{Function}

\textsf{A function is similar to a program that consists of a group of statements that are}\textsf{intended to perform a specific task.}

\textsf{The main purpose of function is to perform a specific task or work.}\textsf{There are several 'built-in' functions in Python to perform various tasks.}\textsf{For example, to display output, Python has \textit{\texttt{print( )}} function.}\textsf{Similarly, to calculate a square root, \textsf{there is \textit{\texttt{sqrt( )}} function and to calculate power}}\textsf{there is \textit{\texttt{pow( )}} function. }

Similar questions