Return to Snippet

Revision: 28695
at July 12, 2010 22:46 by magicrebirth


Initial Code
import test
test.answer_to_life_the_universe_and_everything

# Whoops that's not right, I'd better edit the module....

reload(test)
test.answer_to_life_the_universe_and_everything
842

Initial URL
http://www.siafoo.net/article/59

Initial Description


Initial Title
Reload code in console

Initial Tags
python

Initial Language
Python