![240](https://cdn2.jianshu.io/assets/default_avatar/15-a7ac401939dd4df837e3bbf82abaa2a8.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
# 一級標(biāo)題 ## 二級標(biāo)題 ###學(xué)習(xí)markdown ####列表 - list1 - list2 #####有序列表 1. ordered...
1.內(nèi)部函數(shù),只能在外部函數(shù)內(nèi)調(diào)用,否則出錯 >>> def fun1(): #fun2()的外部函數(shù) print("fun1()被...
1. global #消除python對global variable的屏蔽(shadowing)作用 1.1 如果只是 Access 變量,不...
pickle “泡菜”,看的一個教程葛假,將其過程和次類比很形象 1 將對象序列化情竹,持久化藐不,也就是“泡菜”腌制過程 >>> import pickl...
1.tuple的標(biāo)志 -- ","不是"()" 1.1 創(chuàng)建多個元素的元組 >>> t1 = (1,2,3,4,5,6) 1.2 創(chuàng)建一個元素的...
1 關(guān)鍵字參數(shù) 所用情形:參數(shù)太多時,防止參數(shù)順序?qū)瘮?shù)的影響,傳參時指定參數(shù)對應(yīng)的形參名 >>> def test(brand,slogan)...
Python --字典 類似其他的hash,關(guān)聯(lián)數(shù)組秦效,key-value佳吞,key不可變。 創(chuàng)建字典 方法1:dict1 = {1:'one',2...