Built-in data types such as integers, characters, and so forth.
内置数据类型,如整型、字符型等。
For the simple built-in data types, Python does a lot of the work for you.
对于简单的内置数据类型,Python替您做了大量的工作。
Most popular programming languages have several built-in data types, and Python is no different in this respect.
大多数流行的编程语言都有多个内置的数据类型,在这一方面Python也一样。
Well basically what we're doing is we're giving ourselves the ability to create data types the same way that we have some built-ins, so we have things like int, float, string, these are built-in data types.
就是要赋值我们自己创建,和内置的数据类型,相同的数据类型的能力,我们有一些内置的数据类型,如int,float,string等,如果你考虑下这些数据类型。
应用推荐