Venkateshwarlu.webs.com

c=a+b. print c . Calling Function: A function cannot run by its own. It runs only when we call it. So, the next step is to call function using its name. While calling the function, we should pass the necessary values to the function in the parentheses as: add(5,12) ................
................