Python 字符串大小写转换的简单实例 ①所有字母都转换为大写#-*-coding:utf-8-*-if__name__=="__main__": a='hello,world!'   字符串大小写