hello world 集锦

1.python
import os
print ('hello world')
os.system('pause')


2.java
public class HelloWorld {


public static void main(String[] args) {
// TODO Auto-generated method stub
        System.out.println("Hello world!");
}


}


3.

你可能感兴趣的:(world,hello)