使用Python這麼多年,這8個陷阱你知道嗎?

關注頭條號,私信回覆資料會有意外驚喜呦………………最後一張照片有資料呦。 1. 不要使用可變對象作爲函數默認值 代碼如下: In [1]: def append_to_list(value, def_list=[]): ...: def_list.append(value) ...: return def_list ...: In [2]: my_list = append_to_list(
相關文章
相關標籤/搜索