Type hinting of Python is just a toy ?

iamybj at icloud.com iamybj at icloud.com
Fri Jan 4 04:04:26 EST 2019


In fact, there is only 3 types in all prigramming languages.
Primitive type: int, string, bool, char....
Complex type: struct or class
Array Type: int[10], string[100], struct[1000]

These 3 type can represent all thins in the world.



More information about the Python-list mailing list