# # This document is under CC-3.0 Attribution-Share Alike 3.0 # http://creativecommons.org/licenses/by-sa/3.0/ # Attribution: There is no requirement to attribute the author. # Simple "hello world" Python script # On Linux, this will print to the terminal where Houdini was started. # If started graphically, it's unclear where the output goes print 'Hello world'
1.5.9