Notes of BCA, Python Function Call - Study Material
Page 1 :
CALLING A FUNCTION, , o To call a function, use the function name followed, by parenthesis., , o We can call it from another function, program or, even the Python prompt., o Eg:° def my_function():, print("Hello from a function"), , my_function(Q, , ly