python哪些运算符号可以进入字符串?
print sum(map(ord,list(str1.lower())))-96*len(str1) 其中str1是输入字符串 以aBC为例 str1.lower() 将所有字母变成小写字母