Reload code in console


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import test
  2. test.answer_to_life_the_universe_and_everything
  3.  
  4. # Whoops that's not right, I'd better edit the module....
  5.  
  6. reload(test)
  7. test.answer_to_life_the_universe_and_everything
  8. 842

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.