字符个数统计
http://www.nowcoder.com/practice/eb94f6a5b2ba49c6ac72d40b5ce95f50
n = input() print(len(set(n)))
暂无评论,快来抢首评~
相关推荐