2014-12-01 156 views

回答

0

我認爲它只是使它float代替int如下圖所示:

In [1]: type(5) 
Out[1]: int 

In [2]: type(5.) 
Out[2]: float