python中常用的函數有以下幾種
1.print()函數:打印字符串。
2.raw_input()函數:從用戶鍵盤捕獲字符。
3.len()函數:計算字符長度。
4.format函數:格式化輸出。
5.type()函數:查詢對象的類型。
6.int()函數、float()函數、str()函數等:類型轉化函數。
7.id()函數:獲取對象的內存地址。
8.help()函數:Python的幫助函數。
9.s.islower()函數:判斷字符小寫。
10.s.sppace()函數:判斷是否為空格。
11.str.replace()函數:替換字符。
12.import()函數:引進庫。
13.open().write()函數:寫入文件。
14.strip()、lstrip()、rstrip()函數:去除空格。
15.list()函數:將字符串轉換成列表。