Bootstrap

C++ python 简单基础学习

C++

g++ c++_for.cpp -o c++_for#将这个文件编译一下
./c++_for#执行

Python

python python_for.py#python不需要编译,直接执行
;