What is Function ??????.
Answers
Answered by
6
Functions are "self contained" modules of códe that accomplish a specific task. Functions usually "take in" data, process it, and "return" a result.
Answered by
0
Explanation:
Explanation: Functions can be defined inside a module, a class or another function.
Similar questions