Computer Science

Once a function is defined, it may be called only once from many different places in a program.

Python Functions

2 Likes

Answer

False

Reason — Once a function is defined in Python, it can be called multiple times from different places in a program. Functions are reusable blocks of code, and their purpose is to be called and executed whenever needed.

Answered By

1 Like


Related Questions