1.Python -写在前面的话
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1.Python -写在前面的话相关的知识,希望对你有一定的参考价值。
Python 的特点:
1.Efficient, help you get the job done more quickly
2.easy to use, not very-high-level language
3.modularization, split your program into modules
4.interpreted language, no compilation and linking is necessary
5.compactly and readably for the following reasons:
- express complex operations in a single statement;
- statement grouping is done by indentation instead of beginning and ending brackets;
- no variable or argument declarations are necessary.
6.extensible
参考目录:
以上是关于1.Python -写在前面的话的主要内容,如果未能解决你的问题,请参考以下文章