Python 字符串String islower() 方法 Python 字符串String isdigit() 方法 Python 字符串String isnumeric() 方法 Python 字符串String islower() 方法 #!/usr/bin/python str = "THIS is string example....wow!!!"; print str.islower() str = "this is string example....wow!!!"; print str.islower() Python 字符串String isdigit() 方法 Python 字符串String isnumeric() 方法