Functions in Python
ge
Block of statements that perform a specific task.
olle
na C
def func_name( param1, param2..) : Function Definition
Ap
#some work
return val
func_name( arg1, arg2 ..) #function call
, Functions in Python
lege
ol
Built-in Functions User defined Functions
n
print( )
a C
Ap
len( )
type( )
range( )
ge
Block of statements that perform a specific task.
olle
na C
def func_name( param1, param2..) : Function Definition
Ap
#some work
return val
func_name( arg1, arg2 ..) #function call
, Functions in Python
lege
ol
Built-in Functions User defined Functions
n
print( )
a C
Ap
len( )
type( )
range( )