Define Function in Paython

Advertisements

Prev Tutorial Next Tutorial

Define Function in Python

Function is block of codes. Python provide built-in and user define both types of function.

  • Built-in function
  • User defined function

Built-in function

This type of functions are pre-defined, you can directly use in your program. For example print function is used for display message on screen or console.

Print hello world in python

a="Hello World!"  
print a  

User defined function

This type of functions are defined by programmer. According to your requirement you can defined you function name and it's functionality. In python you can define any function by using def keyword.

Syntax for define function in python

def function_name(parameter)
function body

Define function in python

def power(x,n):
    result = x
    for i in range(1,n):
        result = result * x
    return result

Output


Explanation

  • a variable store hello world string
  • print statement is used for display message on screen or console.

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements