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()函数:将字符串转换成列表。