Pass and return Are these two functions the same ?
def test():
return
def test():
pass
--
http://mail.python.org/mailman/listinfo/python-list
Pass and return Are these two functions the same ?
def test():
return
def test():
pass
--
http://mail.python.org/mailman/listinfo/python-list