Python 2.7.8 学习笔记(001)python manuals/the python tutorial -- 2. Using the Python Interpreter

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python 2.7.8 学习笔记(001)python manuals/the python tutorial -- 2. Using the Python Interpreter相关的知识,希望对你有一定的参考价值。

添加c:\python27到环境变量path

python -c command [arg] ...

python -m module [arg] ...

 参数传递:the argv variable in the sys module

>>>    //交互模式

用缩进表示语句块,可真不习惯

>>> the_world_is_flat = 1
>>> if the_world_is_flat:
...     print "Be careful not to fall off!"
...
Be careful not to fall off!

print语句前的缩进不可少

 

以上是关于Python 2.7.8 学习笔记(001)python manuals/the python tutorial -- 2. Using the Python Interpreter的主要内容,如果未能解决你的问题,请参考以下文章

Python 2.7.8 学习笔记(002)python manuals/the python tutorial -- 1. Whetting Your Appetite

001-为什么选择学习python

python的学习笔记/001(2018-5-14 )

Java学习笔记001-Hello World

Python笔记001——输出与转义字符

Note_001 数据操作深度学习_学习笔记