python 是一种解释型、面向对象、动态数据类型的高级程序设计语言。
#include <iostream> using namespace std; int main() { cout<<"Hello, World!"<<flush; return 0; }