Functions Are Objects : Function Object : Function PYTHON TUTORIALS


PYTHON TUTORIALS » Function » Function Object »

 

Functions Are Objects


def echo(message):                  
    print message 

x = echo                            
x('Hello world!')



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Function
» Function Object