简单的字符处理 1..rstrip() #删除字符串末尾空白 2..lstrip()#删除字符串开头的空白 3..strip()#删除字符串开头语末尾空白 4..upper()#字母大写 .lower()字母小写 5..str()#将非字符串格式转化为字符串