Python第一天
系统CentOS6.5 x86_64
系统自带的python安装路径
[root@localhost wuang]# which python
/usr/bin/python
使用python命令进入python命令交互界面(欢迎信息,版本号,授权提示!)
[root@localhost wuang]# python
Python 2.6.6 (r266:84292, Nov 22 2013, 12:16:22)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>是主提示符
...是从提示符
使用exit()或者Ctrl+D退出交互式