0 votes
in Python by
Can you please explain what is a function call or a callable object in Python Language?

1 Answer

0 votes
by

A function in Python Language gets treated as a callable object. It can allow some arguments and also return a value or multiple values in the form of a tuple. Apart from the function, Python Language has other constructs, such as classes or the class instances which fits in the same category.

Related questions

0 votes
asked Aug 29, 2020 in Python by Robindeniel
0 votes
asked Aug 29, 2020 in Python by Robindeniel
...