Give the syntax for a function definition.
def function_name (variable1 ,
variable2, …..)
statement1…….statement
n
return
(expression)
This website is about learning python programming. Features of Python Programming language are explained in he form of videos.