Advertisement



< Prev
Next >



Python - Functions with Arguments





In our last tutorial, we have explained how to define simple functions with no arguments in Python i.e. functions with empty parenthesis () and hence such functions were not passed any values when they were called. In this tutorial, we are going to explain how to define a function with arguments, which are also called formal arguments and pass values to such function, when it is called.

For doing this, when defining a function, we will have to declare the name of a variable within the parenthesis(), to which a value will be passed, when this function is called. Let's see how it is done.




Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement