Python3 字符串String Isupper 方法 Python3 字符串String Istitle 方法 Python3 字符串String Join Sequence 方法 Python3 字符串String Isupper 方法 #!/usr/bin/python3 str = "THIS IS STRING EXAMPLE....WOW!!!" print (str.isupper()) str = "THIS is string example....wow!!!" print (str.isupper()) Python3 字符串String Istitle 方法 Python3 字符串String Join Sequence 方法