笨辦法學python習題41

2021-10-03 02:51:21 字數 426 閱讀 6166

read()函式一次性讀取整個檔案,可能導致記憶體溢位,返回乙個字串型別

readlines()函式一次性讀取整個檔案,返回字串的乙個列表(每行作為乙個字串元素)

readline()函式逐行讀取檔案,速度較慢,返回當前行的字串

strip()函式刪除字串首尾字元,預設刪除空格:strip()

random.sample(set,number)

從set中隨機選取並返回number長度的列表

randint(a,b)

隨機返回a<=n<=b之間的整數n

shuffle(list1)

對list1中所有元素隨機排列

string.replace(old,new,max_times)

for sentence in snippet,phrase

迭代建立字典

《笨辦法學python》習題38 40

mystuff 然後作者又給出了乙個錯誤的情況 class thing object def test hi print hia thing a.test hello 錯誤原因是test 只可以接受乙個引數,卻給了兩個。也就是 a.test hello 實際上是test a,hello 從這裡開始到...

《笨辦法學Python》 習題3

加分習題 系統 mac os 10.14 python 2.7.10 版本 笨辦法學python 第四版 print i will now count my chickens print hens 25 30 6.0 print roosters 100 25 3 4 print now i wil...

《笨辦法學Python》 習題6

加分習題 系統 mac os 10.14 python 2.7.10 版本 笨辦法學python 第四版 x there are d types of people.10 binary binary do not don t y those who know s and those who s.bi...