2014-12-01 79 views

回答

0

我认为它只是使它float代替int如下图所示:

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

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