Python 字符串String lower() 方法 Python 字符串String ljust 方法 Python 字符串String lstrip() 方法 Python 字符串String lower() 方法 #!/usr/bin/python str = "THIS IS STRING EXAMPLE....WOW!!!"; print str.lower() Python 字符串String ljust 方法 Python 字符串String lstrip() 方法