python --- type

Type python language

1. Digital Type

(1) Type Integer

(2) floating-point number type

(3) complex type

2. String type

3. Boolean

4. tuple

5. List

6. Dictionary

7. collection

The relationship between the object and the type are: object is an instance of type, type is its own instance, colleagues object that they have a super-tired of all objects, including also the type of super-tired, and therefore did not object superclass. All classes are directly or indirectly inherited from the object.

Published 56 original articles · won praise 1 · views 10000 +

Guess you like

Origin blog.csdn.net/weixin_41363156/article/details/100530411