Python 字符串String max() 方法 Python 字符串String maketrans() 方法 Python 字符串String min() 方法 Python 字符串String max() 方法 #!/usr/bin/python str = "this is really a string example....wow!!!"; print "Max character: " + max(str) str = "this is a string example....wow!!!"; print "Max character: " + max(str) Python 字符串String maketrans() 方法 Python 字符串String min() 方法