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