Files
notes_estom/Python/python3/1python解释器.md
yinkanglong_lab f73f47e46e 修改
2021-03-19 23:27:00 +08:00

10 lines
468 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
> * [pythonguru](https://pythonguru.apachecn.org/#/)
> * [官方教程](https://docs.python.org/zh-cn/3/tutorial/)
> * [标准库API](https://docs.python.org/zh-cn/3/library/index.html)
> python3中所有的数据类型都是对象。包括数值类型int,float,complex)、列表、字典、元组、集合等。包括函数也是对象。
> python3中所有的内建类的对象不具有动态属性。所有的自定义类的对象都有动态属性。