Define simple function in Python : Function Define : Function PYTHON examples


PYTHON examples » Function » Function Define »

 

Define simple function in Python


Define simple function in Python
 

def hello():
    print "Hello, world!"

def test():
    hello()

if __name__ == '__main__': test()

           
         
  



Leave a Comment / Note


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


PYTHON examples

 Navioo Function
» Function Define


Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0