Pass and return
Are these two functions the same ?

def test():
        return 
 
def test():
        pass
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to