Functions in Python

Python Functions   Functions play an important role in Python programming language.A function is a block of code which is being executed for a certain condition .In Function, we pass data in the form of Parameters.Parameters and Arguments are some basic ways to pass data in theĀ  Function. Parameters are used to pass data when … Read more

%d bloggers like this: