Hi Experts,

 

Not sure , I am contacting the right alias for some clarifications on python.

Am beginer and looking for your comments/suggestions on implementing call backs 
in python.

I have the following sample code, where I am trying to execute "hello" using 
callbacks,but its not printing the value.

Can someone please comment on it

 

Regards

Anish

 

 

def hello():
   print 'hello'
   return

def temp(val):
   val
   return

temp(hello)



 
                                          
_________________________________________________________________
Climate, controversies and the changing signatures of nature
http://green.in.msn.com/
_______________________________________________
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk

Reply via email to