Q:

How to call a function in python?

0

How to call a function in python?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer : 

Once we have defined a function, we can call it from another function, program or even the Python prompt. To call a function we simply type the function name with appropriate parameters.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Interview Questions and Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is __init__ in Python?... >>
<< Write the steps to define the function in python...