In one of the examples in the book I'm reading, it says:
def __init__(self):
...
...
...
returnIt has nothing after "return". I expected it to have some number like 0 or 1. What does it mean to have nothing after return? Why do we even include "return" if we are not putting any value after? Thanks :) Regards, Brian -- http://mail.python.org/mailman/listinfo/python-list
