Python
 2017-06-09

def test2(**)


* end

builtins.end = None


* anaconda

conda create –name tf_test python=3.6 source activate tf_test


* future
```python
from __future__ import division 之后:
23/6 # 得 3.8333333333333335