Kernel  |  4.1

下载     查看原文件
C++程序  |  9行  |  70 B
#include <Python.h>

int main(void)
{
	Py_Initialize();

	return 0;
}