Computer Science, asked by pythonthor123, 5 months ago


What do you mean by Function? Explain three functions with proper syntax

Answers

Answered by hari4532
3
A function which is system-defined and also user defined and contains instruction for the compiler to do a particular task

It is works only when called and the syntax

Def function_name:
Similar questions