Python常見語言特性

本文借鑑了http://python.jobbole.com/85231/,然後總結了自己的見解 Python語言特性 1 Python的函數參數傳遞 看兩個例子: Python 1 2 3 4 5 a = 1 def fun ( a ) :      a = 2 fun ( a ) print a    # 1 Python 1 2 3 4 5 a = [ ] def fun ( a ) :  
相關文章
相關標籤/搜索