Python
Python is powerful… and fast; plays well with others; runs everywhere; is friendly & easy to learn; is Open.
python zh_CN
Hello World
Install
cmd
C:\Users\...
Mac
V 2.X
在 mac 中,默认的 python 版本为:
Python 2.7.10 (default, Jul 15 2017, 17:16:57)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "licen...
版本验证
python --version
如下:
$ python --version
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3
安装
通过命令:
sudo apt-g...