what do u mean by fuction name some of the function
Answers
Answered by
0
Answer:
1) In programming, a named section of a program that performs a specific task. In this sense, a function is a type of procedure or routine. ... Most programming languages come with a prewritten set of functions that are kept in a library. You can also write your own functions to perform specialized tasks.
Explanation:
mark as brainlest answer
Answered by
1
Function:
- Is a block of code which only runs when it is called.
- You can pass data, known as parameters, into a function.
- A function can return data as a result.
Example of functions in python:
- print("How are you?")
- abs(-69)
- min([32, 63, 23, 74]
Similar questions
Computer Science,
2 months ago
Sociology,
5 months ago
Math,
5 months ago
Math,
10 months ago
History,
10 months ago