A function in Python is a block of code that is executed only when it is called. to define a python function the def Keyword is used
def newfunc();
Print(“l+i”)
A function in Python is a block of code that is executed only when it is called. to define a python function the def Keyword is used
def newfunc();
Print(“l+i”)