HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOHO/Hello1.py
1 #
2 # This document is under CC-3.0 Attribution-Share Alike 3.0
3 # http://creativecommons.org/licenses/by-sa/3.0/
4 # Attribution: There is no requirement to attribute the author.
5 
6 # Simple "hello world" Python script
7 # On Linux, this will print to the terminal where Houdini was started.
8 # If started graphically, it's unclear where the output goes
9 
10 print('Hello world')