python中函数包括函数1.print():打印字符串函数2.raw_input():从用户键盘捕获字符函数3.len():计算字符长度4.format(12.3654,'6.2f'/'0.3%')...