This allows me to see output:

---begin of try.py
print "Hello World"
--end of try.py

This DOESN'T though...

--begin of try2.py
def main():
 return "Hello"
--end of try2.py

Can someone explain why???
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to