Return Values and Function Types : Return : Function PYTHON TUTORIALS


PYTHON TUTORIALS » Function » Return »

 

Return Values and Function Types


def hello():
     print 'hello world'
res = hello()
print res
print type(res)



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Function
» Return