Python——數值類型

變量 [[email protected] mnt]# ipython In [1]: a = 1 In [2]: type (a) ##整形 Out[2]: int In [3]: aint = 111111111111111 In [4]: type(aint) Out[4]: int In [5]: along = 11111L In [6]: type(along) ##長整形 Out[6
相關文章
相關標籤/搜索