Python3 字符串String Islower 方法 Python3 字符串String Isdigit 方法 Python3 字符串String Isnumeric 方法 Python3 字符串String Islower 方法 #!/usr/bin/python3 str = "THIS is string example....wow!!!" print (str.islower()) str = "this is string example....wow!!!" print (str.islower()) Python3 字符串String Isdigit 方法 Python3 字符串String Isnumeric 方法