raw_input('提示信息'):接收用户输入,返回字符串
rang(start,end,[step]):生成序列,从start数字到end(start <= n < end),step为步长,如果省略,则为1
len(str):取得字符串长度