Help for this page

Select Code to Download


  1. or download this
    def info(object, spacing=10, collapse=1):
        """Print methods and doc strings.
    ...
    if __name__ == "__main__":
        print info.__doc__
    
  2. or download this
    class MyWorld {
      public static void main(String[] args) {
        System.out.println("Hello World!");
      }
    }