python 是一种解释型、面向对象、动态数据类型的高级程序设计语言。
public class HelloWorld { public static void main(String[] args) { System.out.println( "Hello, World!" ); } }